summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-02-07 07:37:48 +0100
committerMartin Fischer <martin@push-f.com>2022-02-07 13:36:54 +0100
commita26828bee90d7a7b01541315c43173b1b1a81223 (patch)
tree00a116e4ebe58bccc16997f064d10b45ffd1020b /deploy.sh
initial commit
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..0f98bbd
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1 @@
+tar cf - -C dist . | ssh pydoc.dev 'sh -c "set -x; cd /var/www/pydoc.dev && rm -r * && pwd && tar xvf - && echo done"'