Set recreate on deploy to true to update dns deployment after config change

This commit is contained in:
Adw8 2024-10-29 11:33:39 +05:30
parent ce85d87946
commit 220b069dd6

View File

@ -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 \