homepage/.drone.yml
Adam Burgess 4054d7c7e7
Some checks reported errors
continuous-integration/drone/push Build was killed
change
2021-12-11 21:36:20 +11:00

16 lines
222 B
YAML

kind: pipeline
type: docker
name: default
platform:
arch: arm64
steps:
- name: deploy
image: aburgess/node:latest-npm
environment:
DEPLOY_PASS:
from_secret: DEPLOY_PASS
commands:
- pnpm i
- ./deploy