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
33
.drone.yml
33
.drone.yml
@ -40,7 +40,7 @@ steps:
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: brandon@watsonlabs.net
|
||||
registry: "http://linuxhost.me:4873/"
|
||||
registry: "http://linux-host.me:4873/"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
@ -57,19 +57,30 @@ steps:
|
||||
password:
|
||||
from_secret: npm_password
|
||||
email: brandon@watsonlabs.net
|
||||
registry: "http://linuxhost.me:4873/"
|
||||
registry: "http://linux-host.me:4873/"
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
notify:
|
||||
image: drillster/drone-email
|
||||
host: smtp.watsonlabs.net
|
||||
username: srvGitea
|
||||
password:
|
||||
from_secret: smtp_password
|
||||
from: drone@watsonlabs.net
|
||||
when:
|
||||
status: [failure]
|
||||
- name: Notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
host: 10.44.1.13
|
||||
username: srvGitea
|
||||
password:
|
||||
from_secret: smtp_password
|
||||
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:
|
||||
status:
|
||||
- failure
|
||||
|
Loading…
Reference in New Issue
Block a user