Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update heroku.rst#6750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update heroku.rst#6750
Uh oh!
There was an error while loading.Please reload this page.
Conversation
changed web: bin/heroku-php-apache2 web/ to web: vendor/bin/heroku-php-apache2 web/
xabbuh commentedJul 23, 2016
👍 Status: Reviewed Note to merger: This should be merged into the |
weaverryan commentedAug 2, 2016
Hi@sherif807! I was about to merge this (because the fix is correct), but I noticed that a little bit more needs to be fixed. Earlier in this section (https://github.com/sherif807/symfony-docs/blob/ad8e6e29e2fd66e94e942ac3b555151d79f9d84e/cookbook/deployment/heroku.rst#1-create-a-procfile) - it says this:
Obviously, in Symfony 3.0, this is not true! So, can we remove this note? Also, I believe the 2 code-blocks above this change also need to be changed to point to If you agree, could you make those changes? Status: Needs Work |
javiereguiluz commentedNov 22, 2016
Closing it in favor of#7155.@sherif807 thanks for proposing this fix in the first place! |
This PR was merged into the 3.1 branch.Discussion----------Updated the Heroku deployment articleThis finishes#6750 with the changes proposed by@weaverryan. I'm pinging@dzuelke to kindly ask him to review of these changes before merging them. Thanks!Commits-------815bb81 Updated the Heroku deployment article
changed web: bin/heroku-php-apache2 web/ to web: vendor/bin/heroku-php-apache2 web/