add generate.sh

This commit is contained in:
Arne Baeumler 2021-11-14 18:13:25 +01:00
parent 26e953703e
commit 589e8e21a9

5
generate.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
cd /srv/hugo
git pull
HUGO_ENV="production" hugo