Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcev committed Sep 3, 2024
1 parent 0630b48 commit 5b7bfee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,14 @@ jobs:
-var="db_username=${{ vars.DB_USERNAME }}" \
-out=tfplan
- name: Terraform Show
run: terraform show -no-color tfplan > tfplan.txt

- name: Upload Terraform Plan
uses: actions/upload-artifact@v2
with:
name: tfplan
path: tfplan

- name: Terraform Apply
run: terraform apply -auto-approve tfplan

0 comments on commit 5b7bfee

Please sign in to comment.