diff --git a/packages/deployer/README.md b/packages/deployer/README.md index bed6206..695775c 100644 --- a/packages/deployer/README.md +++ b/packages/deployer/README.md @@ -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 ``` \ No newline at end of file