From dc1d9daab7f50f494c92cb5e79e60b74446db651 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Fri, 18 Oct 2024 11:28:45 +0530 Subject: [PATCH] Update example bid amount in README --- service-provider-setup/README.md | 4 ++-- service-provider-setup/deploy-frontend.yml | 2 +- service-provider-setup/run-laconic-console.yml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/service-provider-setup/README.md b/service-provider-setup/README.md index 8b2f343..6461cdc 100644 --- a/service-provider-setup/README.md +++ b/service-provider-setup/README.md @@ -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 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 - handle_auction_requests: "" # whether the webapp deployer should handle deployment auction requests, eg: false - auction_bid_amount: "" # bid amount for deployment auctions in alnt, eg: 50000 + 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: 500000 ``` - Update the [`hosts.ini`](./hosts.ini) file: diff --git a/service-provider-setup/deploy-frontend.yml b/service-provider-setup/deploy-frontend.yml index 721a743..fd84705 100644 --- a/service-provider-setup/deploy-frontend.yml +++ b/service-provider-setup/deploy-frontend.yml @@ -26,7 +26,7 @@ --image cerc/webapp-deployment-status-ui:local --url https://webapp-deployer-ui.pwa.{{ full_domain }} --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 - name: Update config file for webapp ui diff --git a/service-provider-setup/run-laconic-console.yml b/service-provider-setup/run-laconic-console.yml index 78000a8..f22b8d6 100644 --- a/service-provider-setup/run-laconic-console.yml +++ b/service-provider-setup/run-laconic-console.yml @@ -41,6 +41,7 @@ dest: "laconic-console-deployment/deployment.yml" remote_src: yes + # TODO handle connecting to other chains - 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" register: alice_pk