Skip to content

Commit

Permalink
fix: Attempted deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgruntjes committed Oct 12, 2022
1 parent c562d10 commit 26f46df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
terraform plan \
-var "environment=${{ env.environment_lowercase }}" \
-var "cloudrun_url=${{ steps.cloudrun.outputs.url }}"
terraform apply
terraform apply -auto-approve

0 comments on commit 26f46df

Please sign in to comment.