summaryrefslogtreecommitdiffstats
path: root/docs/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/deploy.sh')
-rwxr-xr-xdocs/deploy.sh4
1 files changed, 4 insertions, 0 deletions
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/