finally everything figured out regarding the build system

milan
BodgeMaster 2022-02-20 02:23:44 +01:00
parent 0b907f74a2
commit 0d9de0c289
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ echo "Deploying Hacky Quizbot...
$(date "+%Y-%m-%d %I:%M:%S%p UTC%:z")
================================================================================"
wget http://admin.threadr.ip/bot-token
# build the thing into a big jar with all the dependencies
mvn clean compile assembly:single
# TODO: Somehow tell a service that manages the bot to shut it down and replace it with the updated version?
echo "================================================================================
Done."