Skip to content

Commit 8b32fa5

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

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,25 @@ jobs:
3636
run: |
3737
pip install -r requirements.txt
3838
39+
- name: Configure Pulumi
40+
working-directory: todo-app
41+
run: |
42+
pulumi stack select ExitoLab/todo-app/dev --non-interactive || pulumi stack init ExitoLab/todo-app/dev
43+
env:
44+
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
45+
3946
- uses: pulumi/actions@v3
47+
working-directory: todo-app # Specify the relative path to your Pulumi project
4048
with:
4149
command: preview
42-
stack-name: dev
50+
stack-name: ExitoLab/todo-app/dev
4351
env:
4452
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
4553

4654
- uses: pulumi/actions@v3
55+
working-directory: todo-app # Specify the relative path to your Pulumi project
4756
with:
4857
command: up
49-
stack-name: dev
58+
stack-name: ExitoLab/todo-app/dev
5059
env:
5160
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

todo-app/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
*.pyc
22
venv/
3-

todo-app/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
pulumi>=3.0.0,<4.0.0
22
pulumi-aws>=6.0.2,<7.0.0
33
pulumi_docker==3.4.0
4-
setuptools
4+
setuptools
5+
6+
7+
8+

0 commit comments

Comments
 (0)