Added seen count to info

This commit is contained in:
Erik C. Thauvin 2022-10-02 07:46:50 -07:00
parent c0f5a8bad3
commit ed971a4e7a
6 changed files with 12 additions and 6 deletions

11
deploy.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
./gradlew release
[ $? -eq 0 ] && sftp nix3.thauvin.us <<EOF
cd mobitopia/mobibot
lcd deploy
put *.jar
cd lib
rm *.jar
put lib/*.jar
EOF