From 7f83bc6c89cc47a260b9d190c71701f891f336c1 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 29 Oct 2024 07:08:11 +0000 Subject: [PATCH] Fix recreate-on-deploy flag in deploy command (#23) Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Reviewed-on: https://git.vdb.to/cerc-io/webapp-deployment-status-api/pulls/23 Co-authored-by: Prathamesh Musale Co-committed-by: Prathamesh Musale --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index f759f7b..f05b009 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -165,7 +165,7 @@ while true; do --config-upload-dir "$UPLOAD_DIRECTORY" \ --private-key-file "$OPENPGP_PRIVATE_KEY_FILE" \ --private-key-passphrase "$OPENPGP_PASSPHRASE" \ - --recreate-on-deploy true \ + --recreate-on-deploy \ $AUCTION_OPTS \ $LOG_OPTS \ $EXTRA_DEPLOY_OPTS \