diff --git a/.drone.yml b/.drone.yml index 0728b9a..aa3a33e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,10 +37,8 @@ pipeline: when: status: [ success, changed, failure ] notify-gogs: - image: golang + image: mindstab/drone-gogs when: event: pull_request - secrets: [BUILDBOT] - commands: - - echo "Notifying" - - sh gogs-notify.sh + secrets: [gogs_account_token] + gogs_url: https://git.openprivacy.ca