lost9123193
lost9123193

Reputation: 11040

Heroku not automatically deploying changes

I'm having an issue where I can only deploy changes to heroku via a manual command.

I've already followed the guide and set up auto deployment through github https://devcenter.heroku.com/articles/github-integration but it seems like changes are not deployed to heroku unless I explicitly run git push heroku main

Is there anything I can do to check how to automate the push?

Upvotes: 0

Views: 1337

Answers (1)

Alexis Pannetier
Alexis Pannetier

Reputation: 11

Automatic deploy with Heroku and Github is temporary stopped

https://dev.to/lukeecart/herokus-github-integration-has-been-stopped-a7c

Follow the news : https://status.heroku.com/

Upvotes: 1

Related Questions