image: archlinux packages: - python - python-pip - rsync #environment: # port: # deploy: # path: #secrets: #- sources: - https://git.sr.ht/~whereswaldon/arborchat/ - https://git.sr.ht/~amolith/arbordocs/ tasks: - installation: | pip install mkdocs-material pip install mkdocs-git-revision-date-plugin - setup: | cd arbordocs git submodule update --init - build: | cd arbordocs ~/.local/bin/mkdocs build #- deploy: | # cd arbordocs # rsync -amzz --delete-before -e "ssh -o StrictHostKeyChecking=accept-new -p $port" site/ $deploy:$path