From da0e548286034889fa43e7a242a317178a0aa334 Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Wed, 14 Aug 2024 17:59:55 +0900 Subject: [PATCH] =?UTF-8?q?Chore=20:=20deploy.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 2 +- src/main/resources/application-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 7d2e35f..ad81d22 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -45,6 +45,7 @@ jobs: cp Procfile deploy/Procfile cp -r .ebextensions-dev deploy/.ebextensions cp -r .platform deploy/.platform + cp src/main/resources/application-dev.yml deploy/application-dev.yml cd deploy && zip -r deploy.zip . - name: Beanstalk Deploy @@ -57,5 +58,4 @@ jobs: version_label: github-action-${{ steps.current-time.outputs.formattedTime }} region: ap-northeast-2 deployment_package: deploy/deploy.zip -# environment_variables: "SPRING_PROFILES_ACTIVE=dev" wait_for_deployment: false diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index cc63aa9..7252bd4 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -7,7 +7,7 @@ spring: jpa: hibernate: - ddl-auto: create + ddl-auto: update