Skip to content

Commit

Permalink
fix: spring boot server profile 변경
Browse files Browse the repository at this point in the history
prod -> dev 변경
  • Loading branch information
PokingTeemo authored Nov 12, 2024
1 parent 2c5e18c commit 60c7961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
if screen -list | grep -q "\bbe\b"; then screen -S be -X quit; fi
# 새로운 screen 세션으로 애플리케이션 실행
screen -dmS be java -jar /home/ubuntu/backend/build/libs/backend-server.jar --spring.profiles.active=prod
screen -dmS be java -jar /home/ubuntu/backend/build/libs/backend-server.jar --spring.profiles.active=dev

0 comments on commit 60c7961

Please sign in to comment.