From eff3b494a9682e6d72211f98182313421774824b Mon Sep 17 00:00:00 2001 From: Andrew Tch Date: Mon, 22 Feb 2016 13:13:21 +0200 Subject: [PATCH] Update tools.rst Mention deployer (http://deployer.org/) as one of deployment options. --- cookbook/deployment/tools.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cookbook/deployment/tools.rst b/cookbook/deployment/tools.rst index 3ed5c9675a4..c76d1fe70fd 100644 --- a/cookbook/deployment/tools.rst +++ b/cookbook/deployment/tools.rst @@ -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. @@ -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/