3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
hugo && rsync -avz --delete public/ blackbox:/var/www/hugo
|