jsonnet-compose/.drone/.drone.yml

22 lines
275 B
YAML
Raw Permalink 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:
2020-07-30 08:24:34 +00:00
email:
from_secret: npm-email
password:
from_secret: npm-password
username:
from_secret: npm-user
2020-07-30 06:05:03 +00:00
...