Added seen count to info
This commit is contained in:
parent
c0f5a8bad3
commit
ed971a4e7a
6 changed files with 12 additions and 6 deletions
11
deploy.sh
Executable file
11
deploy.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue