diff --git a/scripts/run.sh b/scripts/run.sh index 46e2b4e..f759f7b 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -165,6 +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 \ $AUCTION_OPTS \ $LOG_OPTS \ $EXTRA_DEPLOY_OPTS \