From 8448427c86217831649f6f0e9f82f0cac72c2793 Mon Sep 17 00:00:00 2001 From: GS_song98 <20003204@sju.ac.kr> Date: Wed, 6 Nov 2024 13:23:39 +0900 Subject: [PATCH] =?UTF-8?q?[#69]fix:=20develop=EC=9D=B4=20=EC=95=84?= =?UTF-8?q?=EB=8B=8C=20main=EC=97=90=20=ED=91=B8=EC=89=AC=EB=90=98?= =?UTF-8?q?=EB=A9=B4=20aws=20=EB=B0=B0=ED=8F=AC=ED=95=98=EB=8F=84=EB=A1=9D?= =?UTF-8?q?=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-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-dev.yml b/.github/workflows/cicd-dev.yml index 0e2df20..5cc7962 100644 --- a/.github/workflows/cicd-dev.yml +++ b/.github/workflows/cicd-dev.yml @@ -2,7 +2,7 @@ name: Deploy to Amazon ECS on: push: - branches: [ "develop" ] + branches: [ "main" ] env: AWS_REGION: ap-northeast-2