Skip to content

Commit af04b48

Browse files
modified deploy.yaml file
1 parent b3c004a commit af04b48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ jobs:
3636
- name: Terraform Apply
3737
id: apply
3838
run: terraform apply --auto-approve
39-
working-directory: ./Terraform-VPC
39+
working-directory: ./Terraform-VPC
40+
- name: Terraform Destroy
41+
id: destroy
42+
run: terraform destroy --auto-approve
43+
working-directory: ./Terraform-VPC
44+

0 commit comments

Comments
 (0)