Skip to content

Commit

Permalink
feat(ci): add terraform apply on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupain committed Nov 10, 2024
1 parent c543f75 commit 4e5f9b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Terraform Plan
run: terraform plan -out tfplan

# - name: Terraform Apply
# if: ${{ github.ref == 'refs/heads/main' }}
# run: terraform apply tfplan
- name: Terraform Apply
if: ${{ github.ref == 'refs/heads/main' }}
run: terraform apply tfplan

0 comments on commit 4e5f9b7

Please sign in to comment.