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 70dba12 commit 0b0b1b7Copy full SHA for 0b0b1b7
.github/workflows/pulumi-deploy.yml
@@ -55,10 +55,10 @@ jobs:
55
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
- PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
+ # # Comment this block, if you don't want to destroy the infra
+ # - name: Pulumi Destroy
+ # working-directory: todo-app
+ # run: |
+ # pulumi destroy --stack ExitoLab/todo-app/dev --yes
+ # env:
+ # PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
0 commit comments