#!/usr/bin/env bash cd /var/www/hugo/site git pull hugo --gc --minify rm -rfv /var/www/html/* cp -rfv public/* /var/www/html/