diff --git a/.drone.yml b/.drone.yml index f1336da..eabff7d 100644 --- a/.drone.yml +++ b/.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