Skip to content

Commit 0b0b1b7

Browse files
author
Adetokunbo Ige
committed
feat: use new image
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 70dba12 commit 0b0b1b7

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)