diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 1b3c6a9..0000000 --- a/deploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -tar cf - index.html script.js | ssh push-f.com 'sh -c " -set -x && -cd /var/www/geopos.link && -rm -rf * && -tar xvf - -"' |