homepage/deploy
2021-12-11 17:39:03 +11:00

9 lines
208 B
Bash
Executable File

#!/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