You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
346 B
23 lines
346 B
2 years ago
|
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
|