#!/bin/bash # Build the site. hugo --baseURL=https://ind.ie --destination=../build # Deploy it. web-server sync ../build/ --to=aral@static.ind.ie:/var/www --exit-on-sync