7 lines
87 B
Bash
7 lines
87 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
hugo
|
||
|
rsync -r public/* kindrobot@tilde.town:public_html
|