mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2025-08-01 14:22:08 +00:00
Add step to commit updated records
This commit is contained in:
parent
2f77215d93
commit
ab97a75b5c
@ -54,6 +54,8 @@
|
|||||||
./deploy-frontend.sh
|
./deploy-frontend.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Commit the updated [ApplicationRecord](records/application-record.yml) and [ApplicationDeploymentRequest](records/application-deployment-request.yml) files to the repository
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- Any config env can be updated in [records/application-deployment-request.yml](records/application-deployment-request.yml)
|
- Any config env can be updated in [records/application-deployment-request.yml](records/application-deployment-request.yml)
|
||||||
@ -69,7 +71,7 @@
|
|||||||
|
|
||||||
## Troubleshoot
|
## Troubleshoot
|
||||||
|
|
||||||
- If deployment does not work due to low balance
|
- If deployment fails due to low bond balance
|
||||||
- Check balances
|
- Check balances
|
||||||
```bash
|
```bash
|
||||||
# Account balance
|
# Account balance
|
||||||
@ -78,7 +80,7 @@
|
|||||||
# Bond balance
|
# Bond balance
|
||||||
yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac
|
yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac
|
||||||
```
|
```
|
||||||
- Commmand to refill bond
|
- Command to refill bond
|
||||||
```bash
|
```bash
|
||||||
yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000
|
yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user