Skip to content

Commit

Permalink
[Chore] Update deployment to new Elastic Beanstalk environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnsugyeong committed Sep 22, 2024
1 parent a09b7ee commit f2523d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2523d2

Please sign in to comment.