diff --git a/deployment-script.sh b/deployment-script.sh index e0846e4..84645e3 100644 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -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."