Fixed deploy/release tasks
This commit is contained in:
parent
9b595490bd
commit
5f224edf6d
5 changed files with 20 additions and 12 deletions
11
deploy.sh
11
deploy.sh
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
./gradlew deploy
|
||||
[ $? -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