diff --git a/deploy_docs.sh b/deploy_docs.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c0f931247e1f653dcd7c8f6c3bfb31a9461a2653
--- /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