Hi guys I have a PHP project and I need a tool for make deployment and I foud Deployer, a deployment tool for PHP, which is your opinion and experience about it?
Regards
Deployer is a good choice. It has a simple API, a lot of recipes for popular frameworks and apps, and can run parallel deployment.
Here is an example of little task:
task('my_task', function () {
// Your tasks code...
});
Deployer has a good quality code.