homepage/deploy

5 lines
164 B
Plaintext
Raw Normal View History

2021-12-09 12:13:03 +11:00
#!/bin/bash
curl https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
DEPLOY_PATH=./ DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs