mobibot/release.sh

11 lines
150 B
Bash
Executable file

#!/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