Skip to content

Commit

Permalink
deploy - #24 배포 스크립트 프로필 prod로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kseysh committed Jan 9, 2024
1 parent 736f159 commit 4d68aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ JAR_PID=$(pgrep -f $JAR_NAME)
# shellcheck disable=SC2153
# shellcheck disable=SC2024
source ~/.bashrc
sudo nohup java -jar "$JAR_PATH" >nohup.out 2>&1 </dev/null &
sudo nohup java -Dspring.profiles.active=prod -jar "$JAR_PATH" >nohup.out 2>&1 </dev/null &

1 comment on commit 4d68aff

@jumining
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굳굳

Please sign in to comment.