diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9031c4e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +kind: pipeline +type: docker +name: production +when: + event: [ push ] + branch: [ master ] + +trigger: + branch: + - master + +steps: + - name: publish + image: plugins/npm + settings: + username: vilor + password: + from_secret: npm_password + email: + from_secret: npm_email + token: + from_secret: npm_token diff --git a/README.md b/README.md index 7babbdd..6c6ab30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ sxml-loader =========== +[![Build Status](http://drone.vilor.one/api/badges/vilor/sxml-loader/status.svg)](http://drone.vilor.one/vilor/sxml-loader) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)