Skip to content

Commit f3a960e

Browse files
committed
Created a "Platform as a Service" section
1 parent 26cee5d commit f3a960e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

deployment.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
.. _how-to-deploy-a-symfony2-application:
55

6-
Deployment
7-
==========
6+
How to Deploy a Symfony Application
7+
===================================
88

99
Deploying a Symfony application can be a complex and varied task depending on
1010
the setup and the requirements of your application. This article is not a step-
@@ -59,6 +59,16 @@ control system.
5959
This makes updating your files *easier*, but you still need to worry about
6060
manually taking other steps (see `Common Post-Deployment Tasks`_).
6161

62+
Using Platforms as a Service
63+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64+
65+
The specific deployment steps vary greatly from one service provider to another,
66+
so check out the dedicated article for the service of your choose:
67+
68+
* :doc:`Microsoft Azure </deployment/azure-website>`
69+
* :doc:`Heroku </deployment/heroku>`
70+
* :doc:`Platform.sh </deployment/platformsh>`
71+
6272
Using Build Scripts and other Tools
6373
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6474

@@ -93,14 +103,6 @@ Basic scripting
93103
You can of course use shell, `Ant`_ or any other build tool to script
94104
the deploying of your project.
95105

96-
Platform as a Service Providers
97-
This guide includes detailed articles for some of the most well-known
98-
Platform as a Service (PaaS) providers:
99-
100-
* :doc:`Microsoft Azure </deployment/azure-website>`
101-
* :doc:`Heroku </deployment/heroku>`
102-
* :doc:`Platform.sh </deployment/platformsh>`
103-
104106
Common Post-Deployment Tasks
105107
----------------------------
106108

0 commit comments

Comments
 (0)