summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh6
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 -
-"'