Skip to content

Commit

Permalink
Try further S3 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent 18f77c0 commit b7aecb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: ${{ needs.build.outputs.github_branch == 'master' }}
run: |
aws deploy push --application-name RS-Web \
--s3-location s3://deploy.richmondsunlight.com/rs-web-staging.zip \
--s3-location bucket=s3://deploy.richmondsunlight.com,key=rs-web-staging.zip,bundleType=zip \
--ignore-hidden-files
aws deploy create-deployment \
--application-name RS-Web \
Expand All @@ -85,14 +85,10 @@ jobs:
if: ${{ needs.build.outputs.github_branch == 'deploy' }}
run: |
aws deploy push --application-name RS-Web \
--s3-location s3://deploy.richmondsunlight.com/rs-web-deploy.zip \
--s3-location bucket=s3://deploy.richmondsunlight.com,key=rs-web-deploy.zip,bundleType=zip \
--ignore-hidden-files
aws deploy create-deployment \
--application-name RS-Web \
--deployment-group-name RS-Web-Fleet \
--deployment-config-name CodeDeployDefault.OneAtATime \
--s3-location bucket=s3://deploy.richmondsunlight.com,key=rs-web-deploy.zip,bundleType=zip

0 comments on commit b7aecb7

Please sign in to comment.