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, 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/