From 95f3c0e13d9258e5932e7b5c761c16245cef815c Mon Sep 17 00:00:00 2001 From: Sin Ye Rin <91180366+nyeroni@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:54:09 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20ci/cd=20=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b6974d8..114d91f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,7 +33,7 @@ jobs: run: chmod +x gradlew - name: Build with Gradle Wrapper - run: ./gradlew clean build + run: ./gradlew clean build -x test - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2 From fc734aa57f3b5e1ba5f0e079b6c6611fd8f8fbeb Mon Sep 17 00:00:00 2001 From: Sin Ye Rin <91180366+nyeroni@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:56:41 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20ci/cd=20=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 10a1ee9..ec0cb51 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -29,5 +29,5 @@ chmod +x $JAR_NAME echo "> $JAR_NAME 실행" nohup java -jar \ - -Dspring.config.location=classpath:/application.yml,classpath:/home/ubuntu/app/step1/application-oauth.yml \ + -Dspring.config.location=classpath:/application.yml,/home/ubuntu/app/step1/application-oauth.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &