Skip to content

Commit

Permalink
Create .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metawave committed Jun 1, 2023
1 parent b5fccc3 commit c249bbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default

steps:
- name: build kanbanflow
image: registry.metawave.ch/metawave/buildenv
commands:
- yarn install
- yarn dist -wml --publish onTagOrDraft

0 comments on commit c249bbb

Please sign in to comment.