Update example bid amount in README
This commit is contained in:
parent
62f0be9570
commit
dc1d9daab7
@ -124,8 +124,8 @@ To get started, follow the [installation](../README.md#installation) guide to se
|
|||||||
cpu_limit: "" # maximum number of cpu cores to be used, eg: 6
|
cpu_limit: "" # maximum number of cpu cores to be used, eg: 6
|
||||||
memory_limit: "" # maximum amount of memory in GB to be used, eg: 8G
|
memory_limit: "" # maximum amount of memory in GB to be used, eg: 8G
|
||||||
deployer_gpg_passphrase: "" # passphrase for creating GPG key used by webapp-deployer, eg: SECRET
|
deployer_gpg_passphrase: "" # passphrase for creating GPG key used by webapp-deployer, eg: SECRET
|
||||||
handle_auction_requests: "" # whether the webapp deployer should handle deployment auction requests, eg: false
|
handle_auction_requests: "" # whether the webapp deployer should handle deployment auction requests, eg: true
|
||||||
auction_bid_amount: "" # bid amount for deployment auctions in alnt, eg: 50000
|
auction_bid_amount: "" # bid amount for deployment auctions in alnt, eg: 500000
|
||||||
```
|
```
|
||||||
|
|
||||||
- Update the [`hosts.ini`](./hosts.ini) file:
|
- Update the [`hosts.ini`](./hosts.ini) file:
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
--image cerc/webapp-deployment-status-ui:local --url https://webapp-deployer-ui.pwa.{{ full_domain }}
|
--image cerc/webapp-deployment-status-ui:local --url https://webapp-deployer-ui.pwa.{{ full_domain }}
|
||||||
--env-file ~/cerc/webapp-deployment-status-ui/.env
|
--env-file ~/cerc/webapp-deployment-status-ui/.env
|
||||||
|
|
||||||
- name: Push image to container registry
|
- name: Push webapp-ui images to container registry
|
||||||
command: laconic-so deployment --dir webapp-ui push-images
|
command: laconic-so deployment --dir webapp-ui push-images
|
||||||
|
|
||||||
- name: Update config file for webapp ui
|
- name: Update config file for webapp ui
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
dest: "laconic-console-deployment/deployment.yml"
|
dest: "laconic-console-deployment/deployment.yml"
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
|
# TODO handle connecting to other chains
|
||||||
- name: Fetch user key from laconicd
|
- name: Fetch user key from laconicd
|
||||||
command: laconic-so deployment --dir fixturenet-laconicd-deployment exec laconicd "echo y | laconicd keys export alice --unarmored-hex --unsafe"
|
command: laconic-so deployment --dir fixturenet-laconicd-deployment exec laconicd "echo y | laconicd keys export alice --unarmored-hex --unsafe"
|
||||||
register: alice_pk
|
register: alice_pk
|
||||||
|
Loading…
Reference in New Issue
Block a user