-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Improved the explanation about deployment + parameters.yml #8122
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
Conversation
There is a little typo in your PR @javiereguiluz : change "insted" to "instead". |
deployment.rst
Outdated
file as a template (that's why ``parameters.yml.dist`` must be committed and | ||
deployed). | ||
|
||
If your application uses environment variables insted of these parameters, you |
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 insted
=> instead
Fixed the typo. Thanks reviewers! |
deployment.rst
Outdated
|
||
This file should *not* be deployed, but managed through the automatic utilities | ||
provided by Symfony. | ||
B) Configure your Parameters File |
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.
we should add a label for the old headline
Thank you Javier. |
…l (javiereguiluz) This PR was squashed before being merged into the 2.7 branch (closes #8122). Discussion ---------- Improved the explanation about deployment + parameters.yml This fixes #5158. As usual, the explanations in this article are a bit vague, because this is a generic deployment article and it contains no details (we have dedicated articles to explain those details). Commits ------- 186458c Improved the explanation about deployment + parameters.yml
This fixes #5158.
As usual, the explanations in this article are a bit vague, because this is a generic deployment article and it contains no details (we have dedicated articles to explain those details).