and this is also changed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adam Burgess 2022-08-16 13:31:25 +10:00
parent 9a7de9bfc1
commit 15d72b0f09

2
deploy
View File

@ -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