fix
This commit is contained in:
5
files/sbin/genHugo
Normal file
5
files/sbin/genHugo
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /srv/hugo
|
||||
git pull
|
||||
HUGO_ENV="production" hugo
|
Reference in New Issue
Block a user