Updating drone yaml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Brandon Watson 2021-12-22 00:24:18 -05:00
parent 6b3ea14520
commit ece54b54e7

View File

@ -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