deploy 164 B

123456789
  1. #! /bin/bash
  2. USER=fdamstra
  3. HOST=io.monkeybox.org
  4. DIR=/mnt/kubernetes/volumes/static/monkeybox/
  5. hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DIR}
  6. exit 0