Skip to content

Commit a5d1880

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

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,23 @@ 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
4047
with:
4148
command: preview
42-
stack-name: dev
49+
stack-name: ExitoLab/todo-app/dev
4350
env:
4451
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
4552

4653
- uses: pulumi/actions@v3
4754
with:
4855
command: up
49-
stack-name: dev
56+
stack-name: ExitoLab/todo-app/dev
5057
env:
5158
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)