From 1c74d3d3c58aa71c7d9ebf93bd42ed869da686d8 Mon Sep 17 00:00:00 2001
From: Francesco Siddi <francesco.siddi@gmail.com>
Date: Sun, 5 Feb 2017 18:06:58 +0100
Subject: [PATCH] Docs: deploy script

---
 deploy_docs.sh | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 deploy_docs.sh

diff --git a/deploy_docs.sh b/deploy_docs.sh
new file mode 100755
index 00000000..c0f93124
--- /dev/null
+++ b/deploy_docs.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd docs
+command -v greadlink 2>/dev/null 2>&1 || { echo >&2 "Command mkdocs not found. Are you in the right venv?"; exit 1; }
+mkdocs build
+rsync -auv ./site/* armadillica@flamenco.io:/home/armadillica/flamenco.io/docs
-- 
GitLab