Files
homepage/deploy
Adam Burgess 2f498f1e08
All checks were successful
Deploy / deploy (push) Successful in 29s
redirect from adam.id.au to adam.au
2025-12-30 22:13:58 +11:00

9 lines
210 B
Bash
Executable File

#!/bin/bash
set -e
set -x
rm -rf dist && nrr 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