Skip to content

Commit

Permalink
Merge pull request #35 from Guzzing/academies
Browse files Browse the repository at this point in the history
[hotfix ] Chore : active profile 설정
  • Loading branch information
byeolhaha authored Nov 9, 2023
2 parents 99aad7a + 2ac60d3 commit 5f76c68
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 5f76c68

Please sign in to comment.