Update Makefile
This commit is contained in:
parent
617c3c5698
commit
1300ddf3da
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,3 @@
|
||||||
#!/home/norbert/.local/bin/make
|
|
||||||
all:
|
all:
|
||||||
rm -rf public
|
rm -rf public
|
||||||
hugo --ignoreCache
|
hugo --ignoreCache
|
||||||
|
@ -8,5 +7,4 @@ all:
|
||||||
sed -i s/page\ not\ found/Seite\ nicht\ erlaubt/ public/401.html
|
sed -i s/page\ not\ found/Seite\ nicht\ erlaubt/ public/401.html
|
||||||
sed -i s/page\ not\ found/Seite\ nicht\ gefunden/ public/404.html
|
sed -i s/page\ not\ found/Seite\ nicht\ gefunden/ public/404.html
|
||||||
rm .hugo_build.lock
|
rm .hugo_build.lock
|
||||||
#rsync -avP --delete public/ draco:html/
|
|
||||||
rsync -avP --delete public/ rollcage:docker/nginx/html/
|
rsync -avP --delete public/ rollcage:docker/nginx/html/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue