diff --git a/.ebextensions-dev/00-makeFiles.config b/.ebextensions-dev/00-makeFiles.config index f239da9..febd29e 100644 --- a/.ebextensions-dev/00-makeFiles.config +++ b/.ebextensions-dev/00-makeFiles.config @@ -9,4 +9,4 @@ files: # run app killall java - java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar /var/app/current/Briefing-Api-application.jar + java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index ec56b11..f8d7765 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -27,7 +27,6 @@ jobs: run: chmod +x ./gradlew shell: bash # (6).권한 부여 -# clean build -x test - name: Build with Gradle run: ./gradlew Briefing-Api:bootJar shell: bash # (7).build 시작 @@ -62,5 +61,4 @@ jobs: version_label: github-action-${{ steps.current-time.outputs.formattedTime }} region: ap-northeast-2 deployment_package: deploy/deploy.zip - wait_for_deployment: false - + wait_for_deployment: false \ No newline at end of file