6 lines
190 B
Bash
Executable File
6 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf dist && nr build
|
|
curl https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
|
|
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
|