slackbot/justfile
2019-03-19 21:07:24 -04:00

6 lines
195 B
Makefile

push: build
scp ./build/libs/slackmemes-0.1.0-all.jar anthonycicchetti.com:/home/slackbot/slackbot.jar
ssh anthonycicchetti.com "service slackbot restart"
build:
./gradlew shadowJar