Skip to content

Commit

Permalink
Upload artifacts when deploying to prod/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Oct 2, 2023
1 parent ab93796 commit b98a37c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,13 @@ jobs:
role_session_name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
python_version: ${{ env.PYTHON_VERSION }}

- name: Copy files to templates bucket
run: >
python src/scripts/manage_artifacts/artifacts.py
--upload
--namespace staging
--cfn_bucket ${{ vars.CFN_BUCKET }}
- name: Create directory for remote sceptre templates
run: mkdir -p templates/remote/

Expand Down

0 comments on commit b98a37c

Please sign in to comment.