galpi book logging app
book logging app made with flutter.
build
there are some secret files required for the build.
these files include credentials for android build, firebase and more.
for ci build, they should also be uploaded to travis ci (as env variables) after encryption.
encryption and upload of secrets are done by npm scripts. (node and travis ci is needed)
for more details, see scripts/archive_secrets.js
file.
yarn secrets:archive
yarn secrets:sync
deployment
ios
flutter build ios --build-number=$(date "+%y%m%d%h%m%s")
android
(tbd)
Comments are closed.