Updating drone yaml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
6b3ea14520
commit
ece54b54e7
21
.drone.yml
21
.drone.yml
@ -40,7 +40,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: npm_password
|
from_secret: npm_password
|
||||||
email: brandon@watsonlabs.net
|
email: brandon@watsonlabs.net
|
||||||
registry: "http://linuxhost.me:4873/"
|
registry: "http://linux-host.me:4873/"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
@ -57,19 +57,30 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: npm_password
|
from_secret: npm_password
|
||||||
email: brandon@watsonlabs.net
|
email: brandon@watsonlabs.net
|
||||||
registry: "http://linuxhost.me:4873/"
|
registry: "http://linux-host.me:4873/"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
exclude:
|
exclude:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
notify:
|
- name: Notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
host: smtp.watsonlabs.net
|
settings:
|
||||||
|
host: 10.44.1.13
|
||||||
username: srvGitea
|
username: srvGitea
|
||||||
password:
|
password:
|
||||||
from_secret: smtp_password
|
from_secret: smtp_password
|
||||||
from: drone@watsonlabs.net
|
from: drone@watsonlabs.net
|
||||||
|
skip_verify: true
|
||||||
|
depends_on:
|
||||||
|
- Build ingest-runner
|
||||||
|
- Build isd-downloader
|
||||||
|
- Build server
|
||||||
|
- Build ui
|
||||||
|
- Publish server
|
||||||
|
- Publish ui
|
||||||
|
- Deploy to Dev
|
||||||
when:
|
when:
|
||||||
status: [failure]
|
status:
|
||||||
|
- failure
|
||||||
|
Loading…
Reference in New Issue
Block a user