-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cookbook] Custom compile steps on Heroku #5088
Conversation
bicpi
commented
Mar 17, 2015
Q | A |
---|---|
Doc fix? | no |
New docs? | no |
Applies to | all |
Fixed tickets | #4217 (partially, list item 3) |
Heroku's `custom compile steps`_. Let's say for example you want to remove the ``dev`` | ||
front controller from your production environment on Heroku in order to avoid a | ||
potential vulnerability. Adding a command to remove ``web/app_dev.php`` to Composer's | ||
`post-install-cmds`_ would work, but it also removes the controller in your local |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had a quick look: The reference for post-install-cmds
is not defined making the build fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo fixed, thanks
Anything's still missing in this PR? |
@bicpi apart from a rebase, no |
@wouterj Done, thanks for pointing out! |
Thanks! This is now labelled as finished |
WOW, this is very detailed - it's exactly the kind of stuff I was hoping for! Thanks Philipp! |
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook] Custom compile steps on Heroku | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | all | Fixed tickets | #4217 (partially, list item 3) Commits ------- cb71ad0 [Cookbook] Custom compile steps on Heroku