diff --git a/deploy b/deploy index 04d83ad..0c42bc9 100755 --- a/deploy +++ b/deploy @@ -4,5 +4,5 @@ set -e set -x rm -rf dist && nr build -curl -s https://deploy.arm.adam.id.au:445/client.mjs > /tmp/client.mjs +curl -s https://deploy.adam.id.au:445/client.mjs > /tmp/client.mjs DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs