finally everything figured out regarding the build system
parent
0b907f74a2
commit
0d9de0c289
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue