Skip to content
Snippets Groups Projects
Commit 1c74d3d3 authored by Francesco Siddi's avatar Francesco Siddi
Browse files

Docs: deploy script

parent 4222c7e7
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment