summaryrefslogtreecommitdiff
path: root/deploy.sh
blob: 8efd5ae19a15749021707438af2fbdc39a9982d8 (plain)
1
2
3
4
5
6
tar cf - -C dist . | ssh push-f.com 'sh -c "
set -x &&
cd /var/www/quackmark.push-f.com &&
rm -rf * &&
tar xvf -
"'