discord-kagebot/deploy.sh

7 lines
188 B
Bash
Raw Normal View History

2019-07-17 21:10:50 +02:00
#!/bin/sh
if gradle test; then
gradle shadowjar
scp build/libs/moe.kageru.kagebot-0.1-all.jar lain:/home/selphybot/bot.jar
ssh lain sudo systemctl restart selphybot.service
fi