Skip to content

Commit

Permalink
fix: deploy.sh
Browse files Browse the repository at this point in the history
- 실행 프로필 변경 local -> dev
  • Loading branch information
sh1220 authored Aug 12, 2024
1 parent 33e9474 commit 4acf2a6
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 @@ -24,5 +24,5 @@ else
fi

echo "$(date) - Deploying $JAR_PATH" | tee -a $LOG_FILE
nohup java -jar $JAR_PATH >> $LOG_FILE 2>&1 --spring.profiles.active=local &
nohup java -jar $JAR_PATH >> $LOG_FILE 2>&1 --spring.profiles.active=dev &

0 comments on commit 4acf2a6

Please sign in to comment.