Skip to content

Commit

Permalink
Prepend half of the locations with s3://
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent fe36710 commit 8aa94a0
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 @@ -74,7 +74,7 @@ jobs:
if: ${{ needs.build.outputs.github_branch == 'master' }}
run: |
aws deploy push --application-name RS-Web \
--s3-location deploy.richmondsunlight.com/rs-web-staging.zip \
--s3-location s3://deploy.richmondsunlight.com/rs-web-staging.zip \
--ignore-hidden-files
aws deploy create-deployment \
--application-name RS-Web \
Expand All @@ -85,7 +85,7 @@ jobs:
if: ${{ needs.build.outputs.github_branch == 'deploy' }}
run: |
aws deploy push --application-name RS-Web \
--s3-location deploy.richmondsunlight.com/rs-web-deploy.zip \
--s3-location s3://deploy.richmondsunlight.com/rs-web-deploy.zip \
--ignore-hidden-files
aws deploy create-deployment \
--application-name RS-Web \
Expand Down

0 comments on commit 8aa94a0

Please sign in to comment.