Skip to content

Commit

Permalink
feat: 배포스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeroni committed Sep 6, 2024
1 parent f2166b0 commit 4a8f184
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,classpath:/home/ubuntu/app/application-oauth.yml \
-Dspring.config.location=classpath:/application.yml,/home/ec2-user/app/application-oauth.yml \
$JAR_NAME > $REPOSITORY/nohup.out 2>&1 &

0 comments on commit 4a8f184

Please sign in to comment.