deploy.sh 82 B

1234
  1. #!/usr/bin/bash
  2. rm -rf public
  3. hugo && rsync -rav --delete public/* main.blog:www