From 0d9de0c28973d6296eff66ad2494874011fa4072 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 20 Feb 2022 02:23:44 +0100 Subject: [PATCH] finally everything figured out regarding the build system --- deployment-script.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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."