Skip to content

Commit d29429c

Browse files
committed
minor #15401 Remove easy-deploy-bundle from "How to Deploy a Symfony Application" (arneee)
This PR was submitted for the 5.3 branch but it was merged into the 5.2 branch instead. Discussion ---------- Remove easy-deploy-bundle from "How to Deploy a Symfony Application" Remove easy-deploy-bundle as a recommended way to deploy Symfony applications, since the bundle seems to be abandoned. - Last commit was 16 months ago - Symfony 5 not supported (at least according to the docs) Since especially newcomers don't use CI/CD and might look for "easy" alternatives, its not good to send them to a path which is abandoned and will most likely lead to errors and frustration. Commits ------- 0c245c3 Remove easy-deploy-bundle
2 parents 11c1151 + 0c245c3 commit d29429c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deployment.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ Using Build Scripts and other Tools
8080
There are also tools to help ease the pain of deployment. Some of them have been
8181
specifically tailored to the requirements of Symfony.
8282

83-
`EasyDeployBundle`_
84-
A Symfony bundle that adds deploy tools to your application.
85-
8683
`Deployer`_
8784
This is another native PHP rewrite of Capistrano, with some ready recipes for
8885
Symfony.
@@ -279,7 +276,6 @@ Learn More
279276
.. _`Platform.sh`: https://docs.platform.sh/frameworks/symfony.html
280277
.. _`Azure`: https://azure.microsoft.com/en-us/develop/php/
281278
.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony-4-uni
282-
.. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle
283279
.. _`Clever Cloud`: https://www.clever-cloud.com/doc/php/tutorial-symfony/
284280
.. _`Symfony Cloud`: https://symfony.com/doc/master/cloud/intro.html
285281
.. _`Scalingo`: https://doc.scalingo.com/languages/php/symfony

0 commit comments

Comments
 (0)