Skip to content

[Chore] AWS Elastic Beanstalk 재생성 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACTION_ACCESS_KEY_ID }} # 깃허브에 secrets로 설정함
aws_secret_key: ${{ secrets.AWS_ACTION_SECRET_ACCESS_KEY }} # 깃허브에 secrets로 설정함
application_name: ttakkeun-dev
environment_name: Ttakkeun-dev-env # Elastic Beanstalk명
application_name: umc-ttakkeun-dev
environment_name: Umc-ttakkeun-dev-env # Elastic Beanstalk명
version_label: github-action-${{ steps.current-time.outputs.formattedTime }} # 타임스탬프
region: ap-northeast-2
deployment_package: deploy/deploy.zip
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:
format_sql: true
use_sql_comments: true
hbm2ddl:
auto: create
auto: update
default_batch_fetch_size: 1000
social-login:
provider:
Expand Down
Loading