A deployment tool written in PHP with support for popular frameworks out of the box.
Deployer Features
- Fast : Deployer is packed with time-saving features and optimisations, best for performance and development.
- Modular : Create your own deployment script based on our modular blocks called "recipes".
- Clean code : Deployer has a very clean and well tested code. The repository is watched by many code quality tools, and every pull request is also checked by QA tools.
- Rollbacks : If something is wrong, a simple rollback to the previous release is possible.
- Atomic : deploys Prepare codebase, warm cache, do other stuff, and then deploy them with symlinks!
- Parallel :tasks Deployer can run tasks in parallel, no other extension is required!
- Consistency: Deployer keeps consistency between servers, even in parallel mode! If one task fails, subsequent tasks will not be executed on all servers.