From 9c8fe56fca75c0eee7345907cb276b5f23911ff5 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 15 Jan 2019 12:33:39 +0100 Subject: [PATCH] Added SymfonyCloud to the list of deployment services --- deployment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.rst b/deployment.rst index ac2842bc810..9bfdc06e17b 100644 --- a/deployment.rst +++ b/deployment.rst @@ -66,6 +66,7 @@ Using Platforms as a Service Using a Platform as a Service (PaaS) can be a great way to deploy your Symfony app quickly and easily. There are many PaaS - below are a few that work well with Symfony: +* `Symfony Cloud`_ * `Heroku`_ * `Platform.sh`_ * `Azure`_ @@ -266,3 +267,4 @@ Learn More .. _`fortrabbit`: https://help.fortrabbit.com/install-symfony .. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle .. _`Clever Cloud`: https://www.clever-cloud.com/doc/php/tutorial-symfony/ +.. _`Symfony Cloud`: https://symfony.com/doc/master/cloud/intro.html