jsonnet-compose/.drone/.drone.yml

27 lines
328 B
YAML
Raw Normal View History

2020-07-30 06:05:03 +00:00
---
kind: pipeline
type: docker
name: test pipe
platform:
os: linux
arch: amd64
steps:
2020-07-30 08:02:45 +00:00
- name: publish
image: plugins/npm
settings:
settings:
email:
from_secret: npm-email
password:
from_secret: npm-password
username:
from_secret: npm-user
2020-07-30 06:05:03 +00:00
trigger:
event:
- tag
...