From f2523d23802b97a32e63738f8fe21a65603cef7e Mon Sep 17 00:00:00 2001 From: ahnsugyeong Date: Sun, 22 Sep 2024 16:33:04 +0900 Subject: [PATCH] [Chore] Update deployment to new Elastic Beanstalk environment --- .github/workflows/deploy-performance-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-performance-test.yml b/.github/workflows/deploy-performance-test.yml index 92948aed..089da928 100644 --- a/.github/workflows/deploy-performance-test.yml +++ b/.github/workflows/deploy-performance-test.yml @@ -58,8 +58,8 @@ jobs: with: aws_access_key: ${{ secrets.TEST_AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.TEST_AWS_SECRET_ACCESS_KEY }} - application_name: waggle-prod - environment_name: Waggle-prod-env + application_name: waggle-performance-test + environment_name: Waggle-performance-test-env version_label: waggle-prod-${{steps.current-time.outputs.formattedTime}} region: ${{ secrets.DEV_AWS_REGION }} deployment_package: deploy/deploy.zip