Skip to content

Commit

Permalink
Fix S3 location format
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent bc05ec6 commit 83cdc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
--application-name RS-Machine \
--deployment-group-name RS-Machine-Fleet \
--deployment-config-name CodeDeployDefault.OneAtATime \
--s3-location s3://deploy.richmondsunlight.com/rs-machine-master.zip
--s3-location bucket=deploy.richmondsunlight.com,key=rs-machine-master.zip,bundleType=zip

0 comments on commit 83cdc5a

Please sign in to comment.