Skip to content

Commit d00ea8c

Browse files
committed
add backup process
1 parent 98b4491 commit d00ea8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/terraform_apply.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ jobs:
6363
# Create GCP instance
6464
- name: Create GCP Compute Engine
6565
run: make
66+
67+
# destory instance if failed
68+
- name: Destroy GCP Computed Engine if failed
69+
if: failure()
70+
run: make clean

0 commit comments

Comments
 (0)