summaryrefslogtreecommitdiff
path: root/deploy.sh
blob: 1b3c6a92a27777b8d77007081391a4c384dafcf1 (plain)
1
2
3
4
5
6
tar cf - index.html script.js | ssh push-f.com 'sh -c "
set -x &&
cd /var/www/geopos.link &&
rm -rf * &&
tar xvf -
"'