Skip to content

Commit

Permalink
Merge pull request #35 from OnAndOff-UMC/ci/#32
Browse files Browse the repository at this point in the history
[fix]: 환경 이름 변경
  • Loading branch information
wu-seong authored Jan 30, 2024
2 parents b808424 + d999b28 commit c542859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }}
application_name: onnoff-dev # 원하는 어플 이름
environment_name: Onnoff-beanstalk-env # 원하는 환경 이름
environment_name: Onnoff-dev-env # 원하는 환경 이름
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
deployment_package: deploy/deploy.zip
Expand Down

0 comments on commit c542859

Please sign in to comment.