Skip to content

Commit

Permalink
fix process name
Browse files Browse the repository at this point in the history
jaeyeonling committed Jul 7, 2024
1 parent 69f6776 commit 25f8066
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
@@ -1,5 +1,5 @@
#!/bin/bash
pm2 stop reaction-game
pm2 delete discord-bot
pm2 start java --name discord-bot -- \
-Duser.timezone=Asia/Seoul \
-Dfile.encoding=UTF-8 \

0 comments on commit 25f8066

Please sign in to comment.