4 lines
93 B
Bash
Executable file
4 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf ./public
|
|
hugo && rsync -rvz --delete ./public/ wires.systems:/var/www/html
|