diff --git a/deploy b/deploy index eb5f52f..63e53e5 100755 --- a/deploy +++ b/deploy @@ -1,5 +1,5 @@ #!/bin/bash rm -rf dist && nr build -curl -q https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs +curl -s https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs