speed-flowchart-web/.drone.yml
Dorian Zedler 4e54a4c80d
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-07-27 10:39:13 +02:00

15 lines
270 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node:16.16.0-alpine3.15
commands:
- npm i
- npm run build
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: web
ssh_key:
from_secret: gitea-ssh-key