Skip to content

Commit

Permalink
remove tplain
Browse files Browse the repository at this point in the history
  • Loading branch information
iampato committed Oct 26, 2023
1 parent 85ade1c commit c3c3daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: cd deployment && terraform plan

- name: Apply Changes
run: cd deployment && terraform apply -auto-approve tfplan
run: cd deployment && terraform apply

- name: Clean Up
run: cd deployment && rm tfplan
run: cd deployment

0 comments on commit c3c3daa

Please sign in to comment.