Skip to content

Update tools.rst #6295

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
6 changes: 5 additions & 1 deletion cookbook/deployment/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ specifically tailored to the requirements of Symfony.
This Python-based library provides a basic suite of operations for executing
local or remote shell commands and uploading/downloading files.

`Deployer`_
This is another native PHP rewrite of Capistrano, with some ready recipes for
Symfony.

Bundles
There are some `bundles that add deployment features`_ directly into your
Symfony console.
Expand Down Expand Up @@ -200,4 +204,4 @@ other potential things like pushing assets to a CDN (see `Common Post-Deployment
.. _`Memcached`: http://memcached.org/
.. _`Redis`: http://redis.io/
.. _`Symfony plugin`: https://github.com/capistrano/symfony/

.. _`Deployer`: http://deployer.org/