Add a step to update deployer compose file
This commit is contained in:
parent
b4c272254f
commit
ff4060e5cc
@ -236,6 +236,13 @@ Follow the steps below to point your deployer to the SAPO testnet
|
||||
laconic-so deployment --dir webapp-deployer push-images
|
||||
```
|
||||
|
||||
* Overwrite an existing compose file with the latest one:
|
||||
|
||||
```bash
|
||||
# In directory where webapp-deployer deployment folder exists
|
||||
cp ~/cerc/webapp-deployment-status-api/docker-compose.yml webapp-deployer/compose/docker-compose-webapp-deployer-backend.yml
|
||||
```
|
||||
|
||||
* Update deployer laconic registry config (`webapp-deployer/data/config/laconic.yml`) with new endpoints:
|
||||
|
||||
```bash
|
||||
@ -249,7 +256,9 @@ Follow the steps below to point your deployer to the SAPO testnet
|
||||
gasPrice: 0.001alnt
|
||||
```
|
||||
|
||||
Note: Existing `userKey` and `bondId` can be used since they are carried over from laconicd stage1 to testnet2
|
||||
Note:
|
||||
* Your SAPO testnet node endpoints can be used for `rpcEndpoint` and `gqlEndpoint`
|
||||
* Existing `userKey` and `bondId` can be used since they are carried over from laconicd stage1 to testnet2
|
||||
|
||||
* Publish a new webapp deployer record:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user