Skip to content
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

Merged
merged 1 commit into from
May 3, 2015
Merged

[Cookbook] Custom compile steps on Heroku #5088

merged 1 commit into from
May 3, 2015

Conversation

bicpi
Copy link
Contributor

@bicpi 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
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo fixed, thanks

@bicpi
Copy link
Contributor Author

bicpi commented Apr 30, 2015

Anything's still missing in this PR?

@wouterj
Copy link
Member

wouterj commented May 2, 2015

@bicpi apart from a rebase, no

@bicpi
Copy link
Contributor Author

bicpi commented May 2, 2015

@wouterj Done, thanks for pointing out!

@wouterj
Copy link
Member

wouterj commented May 2, 2015

Thanks! This is now labelled as finished

@weaverryan
Copy link
Member

WOW, this is very detailed - it's exactly the kind of stuff I was hoping for! Thanks Philipp!

@weaverryan weaverryan merged commit cb71ad0 into symfony:2.3 May 3, 2015
weaverryan added a commit that referenced this pull request May 3, 2015
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants