From 10f841d1b73a863e944876597a74bd2274e8a9ca Mon Sep 17 00:00:00 2001 From: Adam Burgess Date: Thu, 9 Dec 2021 13:54:03 +1100 Subject: [PATCH] slight change to deploy --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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