deployer/README.md

50 lines
3.1 KiB
Markdown
Raw Normal View History

2017-03-26 14:17:01 +07:00
# Deployer
2016-11-11 21:04:26 +07:00
2016-11-11 21:16:51 +07:00
<a href="https://travis-ci.org/deployphp/deployer"><img src="https://travis-ci.org/deployphp/deployer.svg?branch=master" alt="Build Status"></a>
2018-10-16 10:34:01 +02:00
<a href="https://scrutinizer-ci.com/g/deployphp/deployer/"><img src="https://img.shields.io/scrutinizer/g/deployphp/deployer.svg?style=flat" alt="Code Quality"></a>
2017-03-26 14:17:01 +07:00
<a href="https://scrutinizer-ci.com/g/deployphp/deployer/code-structure/master/code-coverage"><img src="https://img.shields.io/scrutinizer/coverage/g/deployphp/deployer/master.svg?style=flat" alt="Code Quality"></a>
2016-11-11 21:16:51 +07:00
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/packagist/dt/deployer/deployer.svg" alt="Total Downloads"></a>
2018-10-16 10:34:01 +02:00
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/packagist/v/deployer/deployer.svg?style=flat" alt="Latest Stable Version"></a>
2016-11-11 21:16:51 +07:00
<a href="https://packagist.org/packages/deployer/deployer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License"></a>
2017-03-26 14:17:01 +07:00
A deployment tool written in PHP with support for popular frameworks out of the box
2013-07-13 14:33:11 +04:00
2017-04-03 15:48:30 +07:00
<a href="https://deployer.org"><img src="https://deployer.org/images/header.png" alt=""></a>
2017-03-26 15:43:06 +07:00
2016-10-25 15:30:04 +07:00
See [deployer.org](https://deployer.org) for more information and documentation.
2014-07-05 14:14:58 +04:00
2017-03-26 14:17:01 +07:00
## Features
2014-07-12 16:50:13 +04:00
2017-03-26 14:17:01 +07:00
* **Simple** setup process and a minimal learning curve
* Ready to use recipes for **most frameworks**
* **Parallel** execution without extensions
* Something went wrong? **Rollback** to the previous release
* **Agentless**, it's just SSH
* **Zero downtime** deployments
2014-07-05 13:51:56 +04:00
2017-03-26 14:49:28 +07:00
## Contributing
2017-05-19 12:53:18 +07:00
Read the [contributing](https://github.com/deployphp/deployer/blob/master/.github/CONTRIBUTING.md) guide, join the [discussions](https://deployer.org/discuss), take a look on open [issues](https://github.com/deployphp/deployer/issues)
2017-03-26 14:49:28 +07:00
[![good+for+beginner](https://img.shields.io/badge/feature-good%20for%20beginner-1d76db.svg)](https://github.com/deployphp/deployer/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+beginner%22)
[![advanced+level](https://img.shields.io/badge/feature-advanced%20level-5319e7.svg)](https://github.com/deployphp/deployer/issues?q=is%3Aissue+is%3Aopen+label%3A%22advanced+level%22)
2016-11-11 21:04:26 +07:00
## Maintainers
2017-03-19 12:39:26 +07:00
* Anton Medvedev [@antonmedv](https://github.com/antonmedv)
2016-03-20 00:02:04 +07:00
See also the list of [contributors](https://github.com/deployphp/deployer/graphs/contributors) who participated in this project.
2015-09-17 12:56:22 +07:00
2018-12-10 11:31:39 +07:00
## Sponsorship
Development of the **Deployer** generously supported by contributions from individuals and corporations. If you are benefiting from **Deployer** and would like to help keep the project financially sustainable, please visit Anton Medvedev's [Patreon page](https://www.patreon.com/deployer) or contact him [via email](mailto:anton@medv.io).
### Top Supporters
2018-07-27 08:53:18 +03:00
* <a href="https://hyper.host">Tony James from HYPERHOST <img src="https://hyper.host/img/hyper-host-logo-green.png" alt="hyper.host" width="40"></a>
2018-09-17 19:21:19 +07:00
* Daniel Knoch from [cariba.de](https://cariba.de)
2018-07-27 08:53:18 +03:00
2018-12-10 11:31:39 +07:00
See a full [list of sponsors](https://github.com/deployphp/deployer/blob/master/SPONSORS.md).
2016-11-11 21:04:26 +07:00
## License
2017-03-26 16:32:53 +07:00
Licensed under the [MIT license](https://github.com/deployphp/deployer/blob/master/LICENSE).