From 15d72b0f0925140341d7f4cb2a5ad85df2256361 Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Tue, 16 Aug 2022 13:31:25 +1000 Subject: [PATCH] and this is also changed --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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