1 2 3 4 5 6
#!/bin/sh set -e cd /home/git/build/webring bash wr build rsync -rlptD --delete public/ /var/www/webring.gumx.cc/ echo "webring deployed"