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
|
2024-08-25 15:00:44 +10:00
|
|
|
curl -s https://deploy.adam.id.au:4443/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
|