This commit is contained in:
parent
c45c3d314d
commit
4054d7c7e7
@ -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
2
deploy
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user