speed-flowchart-web/.drone.yml

15 lines
272 B
YAML
Raw Permalink Normal View History

2022-07-27 10:01:16 +02:00
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:
2022-07-27 10:45:10 +02:00
folder: build
2022-07-27 10:01:16 +02:00
ssh_key:
from_secret: gitea-ssh-key