Skip to content

Commit

Permalink
Merge pull request #35 from UnivApp/feature/cicd-refactor8
Browse files Browse the repository at this point in the history
feat: 배포스크립트 수정
  • Loading branch information
nyeroni authored Sep 6, 2024
2 parents a279a9c + 2520e9a commit d43a6ac
Showing 1 changed file with 1 addition and 1 deletion.
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,/home/ubuntu/app/application-oauth.yml \
-Dspring.config.location=classpath:/application.yml,classpath:/home/ubuntu/app/application-oauth.yml \
$JAR_NAME > $REPOSITORY/nohup.out 2>&1 &

0 comments on commit d43a6ac

Please sign in to comment.