Skip to content

Commit

Permalink
Chore : active profile 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
byeolhaha committed Nov 9, 2023
1 parent 6e55616 commit 2ac60d3
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 @@ -19,4 +19,4 @@ else
fi

echo "> Deploy - $JAR_PATH "
nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null &
nohup java -jar -Dspring.profiles.active=prod,oauth $JAR_PATH > /dev/null 2> /dev/null < /dev/null &

0 comments on commit 2ac60d3

Please sign in to comment.