DEV Community

Discussion on: Deploy React App to Heroku using Github Actions!

 
aishikamidder05 profile image
Aishika Midder • Edited

Oh, I'm so sorry, got confused. I got a notif on my other post. In the other one, I've utilized a library and used actions to send me notifications automatically via twilio and mailgun.
Here, I've done same like you explained. I've just automated the deployment process using github actions. So, when I make a commit, it gets updated on it's own.

Thread Thread
 
midnjerry profile image
Jerry Balderas

Heroku charges you to automatically run tests. With GitHub Actions, you can automate unit tests for free and host to Heroku for free.