From 03329bb8f8d3bc8ae57894d9031257d0d84e0c60 Mon Sep 17 00:00:00 2001 From: CYY1007 Date: Mon, 16 Oct 2023 23:09:24 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20dev=5Fdeploy.yml=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index dc3b305..5ba5818 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -53,8 +53,8 @@ jobs: with: aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }} - application_name: briefing-dev - environment_name: Briefing-dev-env + application_name: fithub-dev + environment_name: Fithub-dev-env version_label: github-action-${{ steps.current-time.outputs.formattedTime }} region: ap-northeast-1 deployment_package: deploy/deploy.zip