Skip to content

Commit a7b08e3

Browse files
author
Adetokunbo Ige
committed
feat: code improvements
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 6804f23 commit a7b08e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Install Dependencies
3232
working-directory: todo-app
3333
run: |
34-
pip install --upgrade pip
3534
pip install -r requirements.txt
3635
3736
- name: Configure Pulumi
@@ -44,7 +43,7 @@ jobs:
4443
- name: Pulumi Preview
4544
working-directory: todo-app
4645
run: |
47-
pulumi preview --stack ExitoLab/todo-app/dev --yes --non-interactive
46+
pulumi stack select ExitoLab/todo-app/dev
4847
env:
4948
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
5049

0 commit comments

Comments
 (0)