We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab93796 + b98a37c commit 1c7196bCopy full SHA for 1c7196b
.github/workflows/upload-and-deploy.yaml
@@ -309,6 +309,13 @@ jobs:
309
role_session_name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
310
python_version: ${{ env.PYTHON_VERSION }}
311
312
+ - name: Copy files to templates bucket
313
+ run: >
314
+ python src/scripts/manage_artifacts/artifacts.py
315
+ --upload
316
+ --namespace staging
317
+ --cfn_bucket ${{ vars.CFN_BUCKET }}
318
+
319
- name: Create directory for remote sceptre templates
320
run: mkdir -p templates/remote/
321
0 commit comments