Skip to content

Commit

Permalink
feature: add drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
isqad committed Oct 7, 2020
1 parent 1500db3 commit e3b35ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build

kind: pipeline
type: docker

steps:
- name: release
image: abakpress/gem-publication:latest
pull: true
when:
event: push
branch: master
status: success
commands:
- release-gem

0 comments on commit e3b35ae

Please sign in to comment.