add subsetting
This commit is contained in:
3
deploy
3
deploy
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf dist && nr build
|
||||
curl https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
|
||||
DEPLOY_PATH=./ DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
|
||||
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
|
||||
|
Reference in New Issue
Block a user