cooperative.computer/deploy.sh

8 lines
363 B
Bash
Executable File

#!/bin/bash
pandoc -s --css=/static/style.css index.md > index.html
abra app cp cooperative.computer index.html app:/var/www/http/
abra app cp cooperative.computer static/vibing.gif app:/var/www/http/static/
abra app cp cooperative.computer static/nocloud.jpg app:/var/www/http/static/
abra app cp cooperative.computer static/style.css app:/var/www/http/static/