nabarun
63969ae25a
All checks were successful
Lint / lint (20.x) (push) Successful in 4m30s
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) - Implement funtionality to pay for deployments by connecting wallet using `WalletConnect` ![image](/attachments/842e33e8-7de6-4d91-9008-1c67a259b586) ![image](/attachments/94b2fe39-f753-4e99-a8c2-bda4c0b84897) Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Reviewed-on: #17 |
||
---|---|---|
.. | ||
records | ||
staging-records | ||
test | ||
.env.example | ||
config.staging.yml | ||
config.yml | ||
deploy-frontend.sh | ||
deploy-frontend.staging.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
-
To deploy frontend app to
dashboard.staging.apps.snowballtools.com
./deploy-frontend.staging.sh
-
To deploy frontend app to
dashboard.apps.snowballtools.com
./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 in web-app deployer.
-
Check records in registry console app.
-
If deployment fails due to low bond balance
-
Check balances
# Account balance yarn laconic registry account get # Bond balance yarn laconic registry bond get --id 99c0e9aec0ac1b8187faa579be3b54f93fafb6060ac1fd29170b860df605be32
-
Command to refill bond
yarn laconic registry bond refill --id 99c0e9aec0ac1b8187faa579be3b54f93fafb6060ac1fd29170b860df605be32 --type alnt --quantity 10000000
-