We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f7ab5 commit 3fae619Copy full SHA for 3fae619
.github/workflows/pulumi-deploy.yml
@@ -52,4 +52,13 @@ jobs:
52
run: |
53
pulumi up --stack ExitoLab/todo-app/dev --yes
54
env:
55
- PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
+ PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
56
+
57
58
+ # Comment this block, if you don't want to destroy the infra
59
+ - name: Pulumi Destroy
60
+ working-directory: todo-app
61
+ run: |
62
+ pulumi destroy --stack ExitoLab/todo-app/dev --yes
63
+ env:
64
0 commit comments