DEV Community

Cover image for CI-CD pipeline with discord issue notification
Ayan-web
Ayan-web

Posted on

CI-CD pipeline with discord issue notification

My Workflow

A very simple pipeline. First have your project setup with scripts test to test app, build to build app. the action test on node v16.
Create a HEROKU_API_KEY and HEROKU_EMAIL( your heroku mail id) secret in your repository.

Screenshot of setting secret
that's set now for the Issue message.
Create a discord web hook for your server then create 2 more secrets WEBHOOK_ID the number part after https://discord.com/api/webhooks/ and WEBHOOK_TOKEN the text blob after the id

Submission Category:

DIY Deployments

Yaml File or Link to Code

GitHub logo Ayan-web / ci-cd-issuetracker-action

this my github action which has basic ci-cd and issue message with discord server

ci-cd-issuetracker-action

this my github action which has basic ci-cd and issue message with discord server A very simple pipeline. Have your project setup with scripts test to test app, build to build app. the action test on node v12.x, v14.x and v16.x. Create a HEROKU_API_KEY secret in your repository. that's set now for the Issue message. Create a discord web hook for your server then create 2 more secrets WEBHOOK_ID the number part after https://discord.com/api/webhooks/ and WEBHOOK_TOKEN the text blob after the id




Additional Resources / Info

here is my demo Git repo

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay