This commit is contained in:
parent
5567bcbf90
commit
e157879fec
19
.drone.yml
19
.drone.yml
@ -1,6 +1,6 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: build:test
|
||||
name: build:tag
|
||||
|
||||
steps:
|
||||
- name: checkout backend
|
||||
@ -43,4 +43,21 @@ steps:
|
||||
trigger:
|
||||
event:
|
||||
exclude:
|
||||
- push
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build:test
|
||||
|
||||
steps:
|
||||
- name: npm
|
||||
image: plugins/npm
|
||||
settings:
|
||||
token:
|
||||
from_secret: NPM_TOKEN
|
||||
email: info@odit.services
|
||||
|
||||
trigger:
|
||||
event:
|
||||
include:
|
||||
- push
|
@ -26,4 +26,4 @@
|
||||
"url": "https://git.odit.services/lfk/lib/issues"
|
||||
},
|
||||
"homepage": "https://git.odit.services/lfk/lib/"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user