From aba6ca2dfbd3a5c5f7e38857eae2f82eae30ddf4 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Wed, 27 Dec 2023 16:58:10 -0500 Subject: [PATCH] Add a key and bundle type for S3 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e7b5a85..b7b99681 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: | @@ -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