jsonnet-compose/.drone/.drone.yml

27 lines
328 B
YAML

---
kind: pipeline
type: docker
name: test pipe
platform:
os: linux
arch: amd64
steps:
- name: publish
image: plugins/npm
settings:
settings:
email:
from_secret: npm-email
password:
from_secret: npm-password
username:
from_secret: npm-user
trigger:
event:
- tag
...