Skip to content

Commit fcc2eb6

Browse files
committed
feat: fix issues
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 98a2a1a commit fcc2eb6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Pulumi Preview
4444
working-directory: todo-app
4545
run: |
46-
pulumi stack select ExitoLab/todo-app/dev
46+
pulumi preview --stack ExitoLab/todo-app/dev
4747
env:
4848
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
4949

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
fastapi
22
mangum
33
pydantic
4-
boto3
5-
4+
boto3

0 commit comments

Comments
 (0)