diff --git a/_build/redirection_map b/_build/redirection_map index bd708c379d4..f0b726e546f 100644 --- a/_build/redirection_map +++ b/_build/redirection_map @@ -132,11 +132,6 @@ /cookbook/controller/upload_file /controller/upload_file /cookbook/debugging / /debug/debugging / -/cookbook/deployment/azure-website /cookbook/azure-website -/cookbook/deployment/fortrabbit /deployment/fortrabbit -/cookbook/deployment/heroku /deployment/heroku -/cookbook/deployment/index /deployment -/cookbook/deployment/platformsh /deployment/platformsh /cookbook/deployment/tools /deployment/tools /cookbook/doctrine/common_extensions /doctrine/common_extensions /cookbook/doctrine/console /doctrine diff --git a/_build/spelling_word_list.txt b/_build/spelling_word_list.txt index 3b1d630fa11..70240ceb6d1 100644 --- a/_build/spelling_word_list.txt +++ b/_build/spelling_word_list.txt @@ -113,7 +113,6 @@ filesystem filesystems formatter formatters -fortrabbit frontend getter getters diff --git a/deployment.rst b/deployment.rst index 2e0f222cae1..47d8c4ef418 100644 --- a/deployment.rst +++ b/deployment.rst @@ -64,15 +64,8 @@ Using Platforms as a Service ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Using a Platform as a Service (PaaS) can be a great way to deploy your Symfony -app quickly. There are many PaaS - below are a few that work well with Symfony: - -* `Symfony Cloud`_ -* `Heroku`_ -* `Platform.sh`_ -* `Azure`_ -* `fortrabbit`_ -* `Clever Cloud`_ -* `Scalingo`_ +app quickly. There are many PaaS, but we recommend `Platform.sh`_ as it +provides a dedicated Symfony integration and help fund the Symfony development. Using Build Scripts and other Tools ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -275,12 +268,7 @@ Learn More .. _`Symfony plugin`: https://github.com/capistrano/symfony/ .. _`Deployer`: https://deployer.org/ .. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging -.. _`Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4 -.. _`Platform.sh`: https://docs.platform.sh/frameworks/symfony.html -.. _`Azure`: https://azure.microsoft.com/en-us/develop/php/ -.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony-5 +.. _`Platform.sh`: https://symfony.com/cloud .. _`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 -.. _`Scalingo`: https://doc.scalingo.com/languages/php/symfony .. _`Symfony CLI`: https://symfony.com/download diff --git a/deployment/azure-website.rst b/deployment/azure-website.rst deleted file mode 100644 index 15361b9e416..00000000000 --- a/deployment/azure-website.rst +++ /dev/null @@ -1,12 +0,0 @@ -:orphan: - -.. index:: - single: Deployment; Deploying to Microsoft Azure Website Cloud - -Deploying to Microsoft Azure -============================ - -If you want information about deploying to Azure, see their official documentation: -`Create your PHP web application on Azure`_ - -.. _`Create your PHP web application on Azure`: https://azure.microsoft.com/en-us/develop/php/ diff --git a/deployment/fortrabbit.rst b/deployment/fortrabbit.rst deleted file mode 100644 index d2aedab9598..00000000000 --- a/deployment/fortrabbit.rst +++ /dev/null @@ -1,12 +0,0 @@ -:orphan: - -.. index:: - single: Deployment; Deploying to fortrabbit.com - -Deploying to fortrabbit -======================= - -For details on deploying to fortrabbit, see their official documentation: -`Install Symfony`_ - -.. _`Install Symfony`: https://help.fortrabbit.com/install-symfony-5-uni diff --git a/deployment/heroku.rst b/deployment/heroku.rst deleted file mode 100644 index 1a2b416d8f0..00000000000 --- a/deployment/heroku.rst +++ /dev/null @@ -1,12 +0,0 @@ -:orphan: - -.. index:: - single: Deployment; Deploying to Heroku Cloud - -Deploying to Heroku -=================== - -To deploy to Heroku, see their official documentation: -`Deploying Symfony 4 & 5 Applications on Heroku`_. - -.. _`Deploying Symfony 4 & 5 Applications on Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4 diff --git a/deployment/platformsh.rst b/deployment/platformsh.rst deleted file mode 100644 index c124da18674..00000000000 --- a/deployment/platformsh.rst +++ /dev/null @@ -1,12 +0,0 @@ -:orphan: - -.. index:: - single: Deployment; Deploying to Platform.sh - -Deploying to Platform.sh -======================== - -To deploy to Platform.sh, see their official documentation: -`Symfony Platform.sh Documentation`_. - -.. _`Symfony Platform.sh Documentation`: https://docs.platform.sh/frameworks/symfony.html