Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 668 Bytes

File metadata and controls

31 lines (20 loc) · 668 Bytes

galpi

Galpi app image

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)