diff --git a/.drone.yml b/.drone.yml index b41148e..fdc436b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ platform: arch: arm64 steps: -- name: greeting +- name: deploy image: aburgess/node:latest-npm environment: DEPLOY_PASS: diff --git a/deploy b/deploy index 6bedafa..04d83ad 100755 --- a/deploy +++ b/deploy @@ -4,5 +4,5 @@ set -e set -x rm -rf dist && nr build -curl -s https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs +curl -s https://deploy.arm.adam.id.au:445/client.mjs > /tmp/client.mjs DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs