We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0caf11 commit e71b6cbCopy full SHA for e71b6cb
.github/workflows/pulumi-deploy.yml
@@ -39,13 +39,13 @@ jobs:
39
- uses: pulumi/actions@v3
40
with:
41
command: preview
42
- stack-name: dev
+ stack-name: igeadetokunbo/todo-app/dev
43
env:
44
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
45
46
47
48
command: up
49
50
51
todo-app/.gitignore
@@ -1,3 +1,4 @@
1
*.pyc
2
venv/
3
4
+
0 commit comments