homepage/deploy

9 lines
212 B
Plaintext
Raw Normal View History

2021-12-09 12:13:03 +11:00
#!/bin/bash
2021-12-11 17:39:03 +11:00
set -e
set -x
2021-12-09 13:38:28 +11:00
rm -rf dist && nr build
2021-12-11 21:36:20 +11:00
curl -s https://deploy.arm.adam.id.au:445/client.mjs > /tmp/client.mjs
2021-12-09 13:38:28 +11:00
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs