Skip to content

Commit

Permalink
Merge pull request #29 from UnivApp/feature/cicd-refactor5
Browse files Browse the repository at this point in the history
feat: cicd 스크립트 수정
  • Loading branch information
nyeroni authored Sep 6, 2024
2 parents 19dff07 + fc734aa commit 1c268c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &

0 comments on commit 1c268c8

Please sign in to comment.