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
|
2022-08-16 13:31:25 +10:00
|
|
|
curl -s https://deploy.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
|