homepage/deploy

6 lines
190 B
Plaintext
Raw Normal View History

2021-12-09 12:13:03 +11:00
#!/bin/bash
2021-12-09 13:38:28 +11:00
rm -rf dist && nr build
2021-12-09 12:13:03 +11:00
curl https://deploy.arm.adam.id.au/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