podcast.netzbegruenung.de/deploy.sh
2020-01-18 15:00:43 +01:00

16 lines
184 B
Bash
Executable file

#!/bin/sh
# Stop on failure
set -e
rm -rf public
rm -rf docs
hugo version
hugo
mv public docs
printf "podcast.netzbegruenung.de" >> docs/CNAME
# TODO: add, commit, push the above