change
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Adam Burgess 2021-12-11 21:36:20 +11:00
parent c45c3d314d
commit 4054d7c7e7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: greeting - name: deploy
image: aburgess/node:latest-npm image: aburgess/node:latest-npm
environment: environment:
DEPLOY_PASS: DEPLOY_PASS:

2
deploy
View File

@ -4,5 +4,5 @@ set -e
set -x set -x
rm -rf dist && nr build 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 DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs