3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
hugo && rsync -avz --delete public/ base:/var/www/html/johannes-rothe.de/
|