DEV Community

Pallav Saxena
Pallav Saxena

Posted on

Deploy to Heroku by Github Actions

My Workflow:

GitHub logo paxF3E / whybzz

A basic discord music bot for personal use.

Whybzz

A basic discord music bot for personal use.

Submission Category: DIY Deployments

Yaml File or Link to Code

https://github.com/paxF3E/whybzz/blob/hosted/.github/workflows/deploy-to-heroku.yml

Additional Resources / Info

I suppose many other projects on Github must have been using this simple workflow, so I guarantee that the implementation is not copied, but done solely by me after going through basic Actions documentation.

About Project

This is my first workflow which I implemented using Github Actions for a project I was working on. A discord bot for personal use, but for every commit, I have to manually Deploy the newer version from either Heroku CLI/Dashboard. So, to automate this task, I have finally implemented a workflow, and I'm glad that this was my first step towards Github Actions.

Top comments (0)