summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-15 06:39:42 +0100
committerMartin Fischer <martin@push-f.com>2025-03-15 07:06:51 +0100
commitae67ef4f60656557d2408f3a4c2ba01959eef2c5 (patch)
treedd3a4411aedbe99fba9fa90ad2cc1ae17a99dd9b /deploy.sh
parent8f0377eec717a6d1bb8578bcb8da481c82423310 (diff)
build: introduce NixOS package & serviceHEADmaster
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 -
-"'