homepage/.drone.yml

16 lines
222 B
YAML
Raw Normal View History

2021-12-11 16:23:04 +11:00
kind: pipeline
type: docker
name: default
platform:
arch: arm64
steps:
2021-12-11 21:36:20 +11:00
- name: deploy
2021-12-11 16:23:04 +11:00
image: aburgess/node:latest-npm
2021-12-11 17:39:03 +11:00
environment:
DEPLOY_PASS:
from_secret: DEPLOY_PASS
2021-12-11 16:23:04 +11:00
commands:
2021-12-11 16:24:47 +11:00
- pnpm i
2021-12-11 17:39:03 +11:00
- ./deploy