Skip to content

Commit

Permalink
환경 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
taeyeongKims committed Jan 2, 2024
1 parent 4d90329 commit 17799d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
with:
aws_access_key: ${{secrets.AWS_ACTION_ACCESS_KEY_ID}}
aws_secret_key: ${{secrets.AWS_ACTION_SECRET_ACCESS_KEY}}
application_name: umc-project-dev
environment_name: Umc-project-dev-env
application_name: umc-elasticbeanstalk-dev
environment_name: Umc-elasticbeanstalk-dev-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }} # version_label은 이전에 배포한 label과 중복되면 안됨!
use_existing_version_if_available: true
region: ap-northeast-2
Expand Down

0 comments on commit 17799d3

Please sign in to comment.