discord-kagebot/deploy.sh

7 lines
202 B
Bash
Executable File

#!/bin/sh
if ./check.sh && 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