mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2026-04-01 14:14:08 +00:00
| .. | ||
| records | ||
| config.yml | ||
| deploy-frontend.sh | ||
| package.json | ||
| README.md | ||
snowball-deployer
-
Install dependencies
yarn -
Replace variables in the following files
- records/application-deployment-request.yml
<CURRENT_DATE_TIME>: Replace with current time which can be generated by commanddate -u# Example record: ... meta: note: Added by Snowball @ Friday 23 February 2024 06:35:50 AM UTC ...
- records/application-deployment-request.yml
-
Run script
./deploy-frontend.sh -
For new deployments
- Update record version in records/application-record.yml
record: type: ApplicationRecord version: <NEW_VERSION> ... - Update commit hash in the following places:
- records/application-record.yml
record: ... repository_ref: <COMMIT_HASH> ... - records/application-deployment-request.yml
record: ... meta: ... repository_ref: <COMMIT_HASH> - deploy-frontend.sh
... RCD_APP_VERSION="0.1.0" REPO_REF="<COMMIT_HASH>" ...
- records/application-record.yml
- Update any config env in records/application-deployment-request.yml
record: ... config: env: LACONIC_HOSTED_CONFIG_app_server_url: https://snowballtools-base-api-001.apps.snowballtools.com ...- On changing
LACONIC_HOSTED_CONFIG_app_github_clientid, the GitHub client ID and secret need to be changed in backend config too
- On changing
- Deploy app
./deploy-frontend.sh
- Update record version in records/application-record.yml
Troubleshoot
- Check balances
# Account balace yarn laconic cns account get # Bond balance yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac- Commmand to refill bond incase balance is less
yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000
- Commmand to refill bond incase balance is less