slight change to deploy
This commit is contained in:
parent
e9deeeb4db
commit
10f841d1b7
2
deploy
2
deploy
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm -rf dist && nr build
|
rm -rf dist && nr build
|
||||||
curl -q https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
|
curl -s https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
|
||||||
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
|
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
|
||||||
|
Loading…
Reference in New Issue
Block a user