Browse Source

auto publishing

pull/1/head
Ivan Polyakov 2 years ago
parent
commit
c64d8c3d03
  1. 22
      .drone.yml
  2. 1
      README.md

22
.drone.yml

@ -0,0 +1,22 @@ @@ -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

1
README.md

@ -1,5 +1,6 @@ @@ -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)
<div align="center">

Loading…
Cancel
Save