From e352ebae1ee0ee5d335dcd9ea54fa16f4eb497b2 Mon Sep 17 00:00:00 2001 From: ragdoll Date: Sat, 10 Apr 2021 00:26:52 +0900 Subject: [PATCH] =?UTF-8?q?[#46]=20Chore:=20s3-location=20=EC=98=B5?= =?UTF-8?q?=EC=85=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e99879..fccbe33 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,6 +68,6 @@ jobs: --application-name songrequest-frontend \ --deployment-group-name songrequest-frontend-group \ --deployment-config-name CodeDeployDefault.OneAtATime \ - --s3-location bucket=${{ secrets.AWS_S3_BUCKET_NAME }}, bundleType=zip, key=songrequest.zip + --s3-location bucket=${{ secrets.AWS_S3_BUCKET_NAME }},bundleType=zip,key=songrequest.zip echo "SUCCESS";