From 1ff64bef641c7b21f37d43411b82ccc6a65fe02f Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Fri, 3 Jan 2025 21:03:20 +0900 Subject: [PATCH] =?UTF-8?q?chore=20prod=20cicd=20>=20setup=20env=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aws-cicd-prod.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/aws-cicd-prod.yml b/.github/workflows/aws-cicd-prod.yml index c66ec122..bd5ac099 100644 --- a/.github/workflows/aws-cicd-prod.yml +++ b/.github/workflows/aws-cicd-prod.yml @@ -30,11 +30,7 @@ jobs: - name: Setup Env id: set-env run: | - if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then - echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT - else - echo "DEPLOY_TARGET=development" >> $GITHUB_OUTPUT - fi + echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT build: name: build