Skip to content

Commit 1c7196b

Browse files
authored
Merge pull request #82 from Sage-Bionetworks/etl-560
[ETL-560] Upload artifacts when deploying to prod/staging
2 parents ab93796 + b98a37c commit 1c7196b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/upload-and-deploy.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ jobs:
309309
role_session_name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
310310
python_version: ${{ env.PYTHON_VERSION }}
311311

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+
312319
- name: Create directory for remote sceptre templates
313320
run: mkdir -p templates/remote/
314321

0 commit comments

Comments
 (0)