Ivan Polyakov
2 years ago
2 changed files with 23 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue