Skip to content

Commit

Permalink
Add a key and bundle type for S3
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent 11d4b3a commit aba6ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
--application-name RS-Web \
--deployment-group-name RS-Web-Staging \
--deployment-config-name CodeDeployDefault.OneAtATime \
--s3-location bucket=s3://deploy.richmondsunlight.com/rs-web-staging.zip
--s3-location bucket=s3://deploy.richmondsunlight.com/rs-web-staging.zip,key=rs-web-staging.zip,bundleType=zip
- name: Production CodeDeploy Deployment
if: ${{ needs.build.outputs.github_branch == 'deploy' }}
run: |
Expand All @@ -91,7 +91,7 @@ jobs:
--application-name RS-Web \
--deployment-group-name RS-Web-Feet \
--deployment-config-name CodeDeployDefault.OneAtATime \
--s3-location bucket=s3://deploy.richmondsunlight.com/rs-web-deploy.zip
--s3-location bucket=s3://deploy.richmondsunlight.com/rs-web-deploy.zip,key=rs-web-deploy.zip,bundleType=zip
Expand Down

0 comments on commit aba6ca2

Please sign in to comment.