netlify -> vercel

This commit is contained in:
2021-12-11 17:39:03 +11:00
parent b0371fdad0
commit bba822771a
3 changed files with 9 additions and 2 deletions

3
deploy
View File

@ -1,5 +1,8 @@
#!/bin/bash
set -e
set -x
rm -rf dist && nr build
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