Skip to content

Commit

Permalink
QOLOE-125 CICD setup for CDN deployment via Release Binary Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Jun 19, 2024
1 parent fcf2400 commit 9b3d898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .binary-repo/.github/workflows/cdnAWSDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ jobs:
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
aws-region: ap-southeast-2

- name: Deploy
- name: Deploy (package only)
run: |
bash -x ./.github/workflows/cdnDeploy.sh repo_root=${{ env.REPO_ROOT }} s3bucket="${{ secrets.S3BUCKET }}" \
version=${{ env.version }} updateLatest=true
version=${{ env.version }} updateLatest=false
deployPROD:
name: Deploy to Prod Environment
Expand Down

0 comments on commit 9b3d898

Please sign in to comment.