Skip to content

Commit

Permalink
chore: Set up droneci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Jun 24, 2019
1 parent 919fd69 commit 73e769c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
kind: pipeline
name: default

clone:
depth: 50

steps:
- name: release
image: livingdocs/semantic-release:v1.0.0
environment:
GH_TOKEN:
from_secret: GH_TOKEN
NPM_TOKEN:
from_secret: NPM_TOKEN

trigger:
event: [push]
---
kind: signature
hmac: acce48d77ffe1763c69f478318a2a00aa78dbb7fc29e3f15fee8e1ecc4b82e9d

...

0 comments on commit 73e769c

Please sign in to comment.