From 9e8633c93e8a9bea24a13aa843a5ca72c0c69953 Mon Sep 17 00:00:00 2001 From: Min Yeong Park Date: Sun, 14 Jul 2024 10:28:23 +0900 Subject: [PATCH] =?UTF-8?q?#195=20Refactor:=20EB=20environment=20name=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 37c9c9d..94f1e4a 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -54,7 +54,7 @@ jobs: aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }} application_name: solution-friend-dev - environment_name: Solution-friend-dev-env + environment_name: Solution-friend-dev-env-1 version_label: github-action-${{ steps.current-time.outputs.formattedTime }} region: ap-northeast-2 deployment_package: deploy/deploy.zip