slight change to deploy

This commit is contained in:
Adam Burgess 2021-12-09 13:54:03 +11:00
parent e9deeeb4db
commit 10f841d1b7

2
deploy
View File

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