5 lines
130 B
Bash
5 lines
130 B
Bash
|
#!/bin/bash
|
||
|
rm -r public
|
||
|
hugo --minify -d public
|
||
|
rsync -avz --delete public/ speedtech.srv1:/web/ --exclude=stats --exclude=error
|