chore: deploy readme
This commit is contained in:
parent
513ca69d01
commit
a02ee13f9d
@ -5,8 +5,11 @@
|
|||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example of how to make the necessary deploy edits [here](https://github.com/snowball-tools/snowballtools-base/pull/131/files).
|
||||||
|
|
||||||
- Replace variables in the following files
|
- Replace variables in the following files
|
||||||
- [records/application-deployment-request.yml](records/application-deployment-request.yml)
|
- [records/application-deployment-request.yml](records/application-deployment-request.yml)
|
||||||
|
- update the name & application version numbers
|
||||||
- `<CURRENT_DATE_TIME>`: Replace with current time which can be generated by command `date -u`
|
- `<CURRENT_DATE_TIME>`: Replace with current time which can be generated by command `date -u`
|
||||||
```yml
|
```yml
|
||||||
# Example
|
# Example
|
||||||
@ -42,9 +45,10 @@
|
|||||||
repository_ref: <COMMIT_HASH>
|
repository_ref: <COMMIT_HASH>
|
||||||
```
|
```
|
||||||
- [deploy-frontend.sh](deploy-frontend.sh)
|
- [deploy-frontend.sh](deploy-frontend.sh)
|
||||||
|
Also be sure to update the app version
|
||||||
```bash
|
```bash
|
||||||
...
|
...
|
||||||
RCD_APP_VERSION="0.1.0"
|
RCD_APP_VERSION="<NEW_VERSION>"
|
||||||
REPO_REF="<COMMIT_HASH>"
|
REPO_REF="<COMMIT_HASH>"
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
@ -71,6 +75,9 @@
|
|||||||
|
|
||||||
## Troubleshoot
|
## Troubleshoot
|
||||||
|
|
||||||
|
- Check deployment status [here](https://console.laconic.com/deployer).
|
||||||
|
- Check records [here](https://console.laconic.com/#/registry).
|
||||||
|
|
||||||
- If deployment fails due to low bond balance
|
- If deployment fails due to low bond balance
|
||||||
- Check balances
|
- Check balances
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user