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 86d05a5 commit d5ca10cCopy full SHA for d5ca10c
.github/workflows/stackql-deploy.yml
@@ -18,6 +18,19 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
21
+ - name: Install Python
22
+ uses: actions/[email protected]
23
+ with:
24
+ python-version: '3.10'
25
+
26
+ - name: Install stackql-deploy
27
+ shell: bash
28
+ run: pip install -q stackql-deploy pyyaml || { echo "pip install failed"; exit 1; }
29
30
+ - name: Run stackql-deploy
31
32
+ run: stackql-deploy info
33
34
- name: Deploy a Stack
35
uses: stackql/[email protected]
36
with:
@@ -27,4 +40,4 @@ jobs:
40
env_vars: 'AWS_REGION=us-east-1'
41
show_queries: 'true'
42
log_level: 'DEBUG'
-
43
0 commit comments