summaryrefslogtreecommitdiffstats
path: root/deploy.sh
blob: 4e39a65bc0926443a4492cdc016baa8d867434c8 (plain) (blame)
1
2
3
4
#!/bin/sh
TARGET=${1:-"ckrooke@cro.wtf"}
RSYNC="rsync -tav --rsync-path=openrsync"
$RSYNC ./ $TARGET:pub/www