homepage/deploy
Adam Burgess 15d72b0f09
All checks were successful
continuous-integration/drone/push Build is passing
and this is also changed
2022-08-16 13:31:25 +10:00

9 lines
208 B
Bash
Executable File

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