#!/bin/bash ROOT_FOLDER="/var/www/developerbedoya.net" hugo && sudo rm -Rf "$ROOT_FOLDER/*" && sudo cp -R public/* "$ROOT_FOLDER/"