Adam Burgess
4054d7c7e7
Some checks reported errors
continuous-integration/drone/push Build was killed
16 lines
222 B
YAML
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
|