From 1f6a9795ed529247bb3370c5efeb009a81d30c8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2024 09:47:36 +0200 Subject: Merging upstream version 0.46. Signed-off-by: Daniel Baumann --- docs/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 docs/deploy.sh (limited to 'docs/deploy.sh') diff --git a/docs/deploy.sh b/docs/deploy.sh new file mode 100755 index 0000000..9fe8897 --- /dev/null +++ b/docs/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +python docs.py build +ssh code 'rm -rf /var/www/jinjax/build' +rsync --recursive --delete --progress build code:/var/www/jinjax/ -- cgit v1.2.3