From caa6baaa1d1f64f32f32d4b9b9ca178e46f14798 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Mon, 9 Sep 2024 11:00:46 +1000 Subject: [PATCH] q21 --- .ahoy.yml | 1 - scripts/vortex/deploy.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.ahoy.yml b/.ahoy.yml index 05486d16e..c668695e2 100644 --- a/.ahoy.yml +++ b/.ahoy.yml @@ -244,7 +244,6 @@ commands: deploy: usage: Run remote deployment procedures. cmd: | - ahoy confirm "Deployment usually runs in CI. Are you sure you want to proceed with manual deployment? (Run as ahoy deploy [type1,[type2..]], where [type] is 'code', 'container_registry', 'webhook')" && ./scripts/vortex/deploy.sh "$@" github-labels: diff --git a/scripts/vortex/deploy.sh b/scripts/vortex/deploy.sh index 35cf32f5f..24cfb7cf8 100755 --- a/scripts/vortex/deploy.sh +++ b/scripts/vortex/deploy.sh @@ -18,7 +18,7 @@ t=$(mktemp) && export -p >"${t}" && set -a && . ./.env && if [ -f ./.env.local ] set -eu [ "${VORTEX_DEBUG-}" = "1" ] && set -x - +set -x # The types of deployment. # # Can be a combination of comma-separated values (to support multiple