diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-15 06:39:42 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-15 07:06:51 +0100 |
commit | ae67ef4f60656557d2408f3a4c2ba01959eef2c5 (patch) | |
tree | dd3a4411aedbe99fba9fa90ad2cc1ae17a99dd9b /deploy.sh | |
parent | 8f0377eec717a6d1bb8578bcb8da481c82423310 (diff) |
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 - -"' |