8000 Improved the explanation about deployment + parameters.yml by javiereguiluz · Pull Request #8122 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

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

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
  • Loading branch information
javiereguiluz committed Jul 9, 2017
commit 3ba46659392dfb21a90794ec787ec49dec52b59d
2 changes: 1 addition & 1 deletion deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Symfony generates it automatically using the ``app/config/parameters.yml.dist``
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
If your application uses environment variables instead of these parameters, you
must define those env vars in your production server using the tools provided by
your hosting service.

Expand Down
0