Skip to content

Commit

Permalink
q21
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 9, 2024
1 parent c25ec52 commit caa6baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripts/vortex/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit caa6baa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.