I'm guess I'm missing something here. I enabled Automatic Deploys on Heroku, and it's connected to my GitHub repo. All looks good on Deploy page:
However when I push changes to main
nothing happens. I have to go and manually click "Deploy Branch" in order to deploy... any ideas what I'm doing wrong?
PS If I push through heroku
(i.e. git push heroku main
) it deploys the branch, but I thought the automatic deploys feature allows me to push to git without specifying heroku
.
question from:
https://stackoverflow.com/questions/65936761/heroku-automatic-deploys-not-doing-anything 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…