Skip to content

Commit

Permalink
ci: run terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 19, 2024
1 parent 6799871 commit 0eaf575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}
- name: Run Terraform Init, Validate, Plan and Apply
run: fluentci run . init validate plan
run: fluentci run . init validate plan apply
env:
GOOGLE_APPLICATION_CREDENTIALS: fluentci-086b644d4c53.json
TF_VERSION: 1.7.3
Expand Down

0 comments on commit 0eaf575

Please sign in to comment.