Files
attract/deploy_docs.sh

7 lines
234 B
Bash
Raw Normal View History

2017-12-11 12:49:59 +01:00
#!/bin/bash
cd docs
command -v mkdocs 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@attract.studio:/home/armadillica/attract.studio/docs