Skip to content

Commit 2c151b6

Browse files
authored
Update pulumi-deploy.yml
1 parent 540dd18 commit 2c151b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
5656

5757

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 }}
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 }}

0 commit comments

Comments
 (0)