diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..14ec82e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,24 @@ +workspace: + base: /media/sf_GOPATH1/src/git.openprivacy.ca/openprivacy/ + path: connectivity + +pipeline: + notify-email: + image: drillster/drone-email + host: build.openprivacy.ca + port: 25 + skip_verify: true + from: drone@openprivacy.ca + when: + repo: openprivacy/connectivity + branch: master + status: [ failure ] + notify-gogs: + image: openpriv/drone-gogs + when: + repo: openprivacy/connectivity + branch: master + event: pull_request + status: [ success, changed, failure ] + secrets: [gogs_account_token] + gogs_url: https://git.openprivacy.ca