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: 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:
username: srvGitea host: 10.44.1.13
password: username: srvGitea
from_secret: smtp_password password:
from: drone@watsonlabs.net from_secret: smtp_password
when: from: drone@watsonlabs.net
status: [failure] 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