From 05d573894f211bbb33a1ccb0b95a38d2c929d606 Mon Sep 17 00:00:00 2001 From: youngho kim Date: Fri, 4 Jul 2025 16:42:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A0=ED=94=8C=EB=A6=AC=EC=BC=80=EC=9D=B4?= =?UTF-8?q?=EC=85=98=20=EC=9D=B4=EB=A6=84=20=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 6e5569a..6e30f2d 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -53,7 +53,7 @@ jobs: with: aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }} - application_name: workbook2-dev + application_name: spring1-dev environment_name: workbook2-dev-env version_label: github-action-${{ steps.current-time.outputs.formattedTime }} region: ap-northeast-2