Skip to content

Commit

Permalink
feat: ci/cd 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeroni committed Sep 6, 2024
1 parent 95f3c0e commit fc734aa
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/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 fc734aa

Please sign in to comment.