add title and deploy
Some checks failed
Deploy / deploy (push) Failing after 18s

This commit is contained in:
2024-08-25 15:00:44 +10:00
parent 756059895f
commit d269ed8d38
3 changed files with 21 additions and 1 deletions

2
deploy
View File

@ -4,5 +4,5 @@ set -e
set -x
rm -rf dist && nr build
curl -s https://deploy.adam.id.au:445/client.mjs > /tmp/client.mjs
curl -s https://deploy.adam.id.au:4443/client.mjs > /tmp/client.mjs
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs