From 7565eea9c4d0ad50070abaa718242a4a65141b62 Mon Sep 17 00:00:00 2001 From: Yannick Lyn Fatt Date: Mon, 29 Dec 2014 21:36:06 -0500 Subject: [PATCH] Add Deployer to Deployment section Closes #443 --- _posts/12-05-01-Building-your-Application.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_posts/12-05-01-Building-your-Application.md b/_posts/12-05-01-Building-your-Application.md index 50dfbde..a994958 100644 --- a/_posts/12-05-01-Building-your-Application.md +++ b/_posts/12-05-01-Building-your-Application.md @@ -44,6 +44,8 @@ developers interested in Capistrano. [Chef] is more than a deployment framework, it is a very powerful Ruby based system integration framework that doesn't just deploy your app but can build your whole server environment or virtual boxes. +[Deployer] is a deployment tool written in PHP, it's simple and functional. Deploy your code to all servers you want, it supports deploy via copy, or via VCS (like git), or via rsync. Run your tasks on all your servers, or use our recipes of common tasks for Symfony, Laravel, Zend Framework and Yii. + #### Chef resources for PHP developers: * [Three part blog series about deploying a LAMP application with Chef, Vagrant, and EC2][chef_vagrant_and_ec2] @@ -88,4 +90,5 @@ PHP. [Travis CI]: https://travis-ci.org/ [Jenkins]: http://jenkins-ci.org/ [PHPCI]: http://www.phptesting.org/ -[Teamcity]: http://www.jetbrains.com/teamcity/ \ No newline at end of file +[Teamcity]: http://www.jetbrains.com/teamcity/ +[Deployer]: http://deployer.in/ \ No newline at end of file