homepage/deploy
Adam Burgess 4054d7c7e7
Some checks reported errors
continuous-integration/drone/push Build was killed
change
2021-12-11 21:36:20 +11:00

9 lines
212 B
Bash
Executable File

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