#!/bin/bash USER=kollegen HOST=despina.uberspace.de # the directory where your web site files should go DIR=/home/kollegen/tempelgold.kollegen.uber.space hugo && rsync -avz public/ ${USER}@${HOST}:${DIR} exit 0