From 9defee3b644856b2a2a30522dd46dacd63354750 Mon Sep 17 00:00:00 2001 From: seoyeoneel02 Date: Thu, 15 Aug 2024 18:03:50 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20beanstalk=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EB=B3=80=EA=B2=BD=20#45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 6968413..a107a1d 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -79,8 +79,8 @@ jobs: with: aws_access_key: ${{secrets.AWS_ACTION_ACCESS_KEY_ID}} aws_secret_key: ${{secrets.AWS_ACTION_SECRET_ACCESS_KEY}} - application_name: FITple-dev - environment_name: FITple-dev-env + application_name: fitple + environment_name: Fitple-env version_label: github-action-${{ steps.current-time.outputs.formattedTime }} # version_label은 이전에 배포한 label과 중복되면 안됨! use_existing_version_if_available: true region: ap-northeast-2