Go to file
Dan Ballard cc542d77a9 logo svg 2018-07-07 20:04:47 -05:00
Dockerfile ENTRYPOINT arg in quotes 2018-07-07 14:13:09 -05:00
README.md touch up README 2018-07-07 18:36:07 -05:00
gogs-notify touch up README; clean up error 2018-07-07 18:29:02 -05:00
gogs.svg logo svg 2018-07-07 20:04:47 -05:00

README.md

Drone plugin for posting to Gogs PRs comments about build results.

Create a user on Gogs for posting build notifications (like 'buildbot') and generate a token for it. Insert the token as a drone secret. (Replace $VALUE with the actual token)

drone secret add dan/gogs-notify-test --name gogs_account_token --value $VALUE --event pull_request

Use in .drone.yml:

notify-gogs:
  image: mindstab/drone-gogs
  when:
    event: pull_request
  secrets: [gogs_account_token]
  gogs_url: https://git.yourdomain.com