Skip to content

Commit ff5cc3a

Browse files
destroy test env
1 parent 8167a8a commit ff5cc3a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/destroy-test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Destroy Test Environment
2+
3+
permissions:
4+
contents: write
5+
id-token: write
6+
7+
on:
8+
workflow_dispatch:
9+
10+
jobs:
11+
destroy-test:
12+
uses: ./.github/workflows/.deployer.yml
13+
with:
14+
environment_name: test
15+
command: destroy
16+
stack_prefix: test-stack # Change this to your actual stack prefix if needed
17+
secrets: inherit
18+

0 commit comments

Comments
 (0)