Skip to content

Commit

Permalink
WIP deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Oct 20, 2023
1 parent 8d5328b commit eb058c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ if test -z "$*"; then
# and apply it during the publish
{ terraform plan -refresh=true -input=false -detailed-exitcode; retVal="$?"; } || true
if [ $retVal -eq 2 ]; then
{ echo terraform apply -auto-approve -input=false; retVal="$?"; }
{ terraform apply -auto-approve -input=false; retVal="$?"; }
fi
exit $retVal
else
echo terraform "$@"
terraform "$@"
fi

0 comments on commit eb058c0

Please sign in to comment.