From 3db99cf8959850dd754dd0da9d0a4d38f29b4444 Mon Sep 17 00:00:00 2001 From: Jung Ye Lim <101961939+yel-m@users.noreply.github.com> Date: Wed, 8 May 2024 02:13:15 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=EC=9B=8C=ED=81=AC=20=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 71d0c40..25586a3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,7 +16,7 @@ env: jobs: build: runs-on: ubuntu-latest # 3. 실행 환경 지정 - # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' + if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' # 4. 실행 스텝 지정 steps: @@ -63,4 +63,4 @@ jobs: run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$S3_BUCKET_NAME/$PROJECT_NAME/$GITHUB_SHA.zip - name: Code Deploy - run: aws deploy create-deployment --application-name happinessql-deploy --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name develop --s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$PROJECT_NAME/$GITHUB_SHA.zip \ No newline at end of file + run: aws deploy create-deployment --application-name happinessql-deploy --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name develop --s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$PROJECT_NAME/$GITHUB_SHA.zip