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 541f934 commit f927f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if test -z "$*"; then
backend_config="-backend-config=token=$TERRAFORM_CLOUD_TOKEN"
fi
terraform init -input=false $backend_config
terraform workspace select "${TF_WORKSPACE}"
# if we output a plan in the release PR, we can review it
# and apply it during the publish
{ terraform plan -refresh=true -input=false -detailed-exitcode; retVal="$?"; } || true
Expand Down

0 comments on commit f927f6c

Please sign in to comment.