homepage/deploy
Adam Burgess d269ed8d38
Some checks failed
Deploy / deploy (push) Failing after 18s
add title and deploy
2024-08-25 15:00:44 +10:00

9 lines
209 B
Bash
Executable File

#!/bin/bash
set -e
set -x
rm -rf dist && nr build
curl -s https://deploy.adam.id.au:4443/client.mjs > /tmp/client.mjs
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs