Skip to content

Commit

Permalink
Merge pull request #36 from UnivApp/develop
Browse files Browse the repository at this point in the history
feat: 배포스크립트 수정
  • Loading branch information
nyeroni authored Sep 6, 2024
2 parents 3a4b25c + d43a6ac commit f2166b0
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 f2166b0

Please sign in to comment.