5 lines
164 B
Bash
Executable File
5 lines
164 B
Bash
Executable File
#!/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
|