diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-07 07:37:48 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-07 13:36:54 +0100 |
commit | a26828bee90d7a7b01541315c43173b1b1a81223 (patch) | |
tree | 00a116e4ebe58bccc16997f064d10b45ffd1020b /deploy.sh |
initial commit
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 1 |
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"' |