8000 Updated the generic Deployment article by javiereguiluz · Pull Request #5003 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Updated the generic Deployment article #5003

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

Merged
merged 4 commits into from
Mar 2, 2015
Merged
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
Improved the text of the links
  • Loading branch information
javiereguiluz committed Feb 17, 2015
commit 576d5054f300fe993ac77430a3c16a9da5919552
6 changes: 3 additions & 3 deletions cookbook/deployment/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Platform as a Service Providers
The Symfony Cookbook includes detailed articles for some of the most well-known
Platform as a Service (PaaS) providers:

* :doc:`</cookbook/deployment/azure-website>`
* :doc:`</cookbook/deployment/heroku>`
* :doc:`</cookbook/deployment/platformsh>`
* :doc:`Microsoft Azure </cookbook/deployment/azure-website>`
* :doc:`Heroku </cookbook/deployment/heroku>`
* :doc:`Platform.sh </cookbook/deployment/platformsh>`

Common Post-Deployment Tasks
----------------------------
Expand Down
0