diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-22 16:34:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-10-22 16:34:51 +0000 |
commit | 70cab146df6483df7685cd5b579de9ef4fbe36b5 (patch) | |
tree | 61f57e5f371293b9dfc5e46cf8eb2e06ea981a6a /docs/deploy.sh | |
parent | Releasing debian version 0.46-1. (diff) | |
download | jinjax-70cab146df6483df7685cd5b579de9ef4fbe36b5.tar.xz jinjax-70cab146df6483df7685cd5b579de9ef4fbe36b5.zip |
Merging upstream version 0.47+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/deploy.sh')
-rwxr-xr-x | docs/deploy.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/deploy.sh b/docs/deploy.sh deleted file mode 100755 index 9fe8897..0000000 --- a/docs/deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -python docs.py build -ssh code 'rm -rf /var/www/jinjax/build' -rsync --recursive --delete --progress build code:/var/www/jinjax/ |