#!/bin/bash set -e set -x rm -rf dist && nr build curl -s https://deploy.adam.id.au:4443/client.mjs > /tmp/client.mjs DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs