Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
I'm a little surprised that this is the legitimate syntax.
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent ce3b687 commit 11d4b3a
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 s3://deploy.richmondsunlight.com/rs-web-staging.zip
--s3-location bucket=s3://deploy.richmondsunlight.com/rs-web-staging.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 s3://deploy.richmondsunlight.com/rs-web-deploy.zip
--s3-location bucket=s3://deploy.richmondsunlight.com/rs-web-deploy.zip
Expand Down

0 comments on commit 11d4b3a

Please sign in to comment.