mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 16:29:19 +00:00
Nabarun Gogoi
d64cf46d89
* Fetch latest registry record version and increment * Move reference up * Remove steps to manually update record values * Update registry config with new key and bond |
||
---|---|---|
.. | ||
records | ||
config.yml | ||
deploy-frontend.sh | ||
package.json | ||
README.md |
deployer
-
Install dependencies
yarn
brew install jq # if you do not have jq installed already
-
Run script to deploy app
./deploy-frontend.sh
-
Commit the updated ApplicationRecord and ApplicationDeploymentRequest files to the repository
Notes
- Any config env can be updated 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
Troubleshoot
-
Check deployment status here.
-
Check records here.
-
If deployment fails due to low bond balance
- Check balances
# Account balance yarn laconic cns account get # Bond balance yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac
- Command to refill bond
yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000
- Check balances