Skip to content

Commit e71b6cb

Browse files
author
Adetokunbo Ige
committed
chore: update the pulumi stack name
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent a0caf11 commit e71b6cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
- uses: pulumi/actions@v3
4040
with:
4141
command: preview
42-
stack-name: dev
42+
stack-name: igeadetokunbo/todo-app/dev
4343
env:
4444
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
4545

4646
- uses: pulumi/actions@v3
4747
with:
4848
command: up
49-
stack-name: dev
49+
stack-name: igeadetokunbo/todo-app/dev
5050
env:
5151
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

todo-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pyc
22
venv/
33

4+

0 commit comments

Comments
 (0)