using composer for php dependencies and publishing my index.php in the public dir. Procfile is configured using 1 single (free) nginx dyno
git add .
git commit -am "A relevant description"
git push -u origin master
heroku logs --tail
Pushing on github master branch triggers deploying on heroku
git remote -v
Currently lists heroku git and that github. Both branches live separatly (need to push or 1 or the other) but a heroku deploy is triggered when anything is pushed in any of these