DiscordHooks/circle-ci-discord-webhook

Implement Circle CI -> Discord Webhook

iamtraction opened this issue ยท 5 comments

To implement Circle CI -> Discord webhook, you can look at the Travis CI script for reference:
https://raw.github.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh

Circle CI docs: https://circleci.com/docs/2.0/

I created a CircleCI orb doing this, it supports sending status and approval job notifications to Discord.

https://circleci.com/orbs/registry/orb/antonioned/discord

Implemented it as #4 since we where migrating from TravisCI to CircleCI: https://github.com/diasurgical/devilution/blob/master/.circleci/are-we-d1-yet.sh

@AJenbo have you tested if it's working? I don't have any of my devops process set up with Circle, so if you've tested it, I'll merge it.

Yes. Maybe it would be an idea to set up each respective ci for the repos so that the scripts are continuously tested?

Yeah, that'd be nice.