From b86f4f530e9dc98efd627a656039ec913c8c403e Mon Sep 17 00:00:00 2001 From: platinouss Date: Thu, 5 Dec 2024 18:47:05 +0900 Subject: [PATCH] =?UTF-8?q?[BBB-159]=20=E2=9A=99=EF=B8=8FBuild:=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=EB=A1=9C=20CD=20workflow?= =?UTF-8?q?=20=ED=99=9C=EC=84=B1=ED=99=94=C2=B7=EB=B9=84=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94=20=EA=B4=80=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5f67fd..053cc55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,8 @@ on: jobs: deploy: + if: ${{ secrets.ENABLE_CD == 'true' }} + env: AWS_REGION: ap-northeast-2 ECR_REPOSITORY: devs-nextjs