Add step to commit updated records

This commit is contained in:
Nabarun 2024-02-27 11:30:05 +05:30
parent 2f77215d93
commit ab97a75b5c

View File

@ -54,6 +54,8 @@
./deploy-frontend.sh
```
- Commit the updated [ApplicationRecord](records/application-record.yml) and [ApplicationDeploymentRequest](records/application-deployment-request.yml) files to the repository
## Notes
- Any config env can be updated in [records/application-deployment-request.yml](records/application-deployment-request.yml)
@ -69,7 +71,7 @@
## Troubleshoot
- If deployment does not work due to low balance
- If deployment fails due to low bond balance
- Check balances
```bash
# Account balance
@ -78,7 +80,7 @@
# Bond balance
yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac
```
- Commmand to refill bond
- Command to refill bond
```bash
yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000
```