Skip to content

Commit

Permalink
Updated deploy.yml file command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrithik5 committed May 7, 2024
1 parent 97eb79e commit bd4cd28
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 @@ -33,5 +33,5 @@ jobs:
working-directory: ./Terraform-VPC
- name: Terraform Apply
id: apply
run: terraform destroy --auto-approve
run: terraform destroy --auto-approve # update detroy with run to actually apply the changes
working-directory: ./Terraform-VPC

0 comments on commit bd4cd28

Please sign in to comment.