Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 911 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 911 Bytes

TEST TEST TEST

This is nothing but a test heroku php dyno plugged to my github repo

using composer for php dependencies and publishing my index.php in the public dir. Procfile is configured using 1 single (free) nginx dyno

How-to deploy that ?

git add .
git commit -am "A relevant description"
git push -u origin master
heroku logs --tail

Heroku CLI vs Github

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

Sources