deployer/README.md

32 lines
1.5 KiB
Markdown
Raw Normal View History

2020-04-25 23:00:08 +03:00
<h1><a href="https://deployer.org"><img src="https://medv.io/assets/deployer/logo.png" alt="Deployer Logo" height="30"></a> Deployer</h1>
<p>A deployment tool written in PHP with support for popular frameworks out of the box.</p>
<p align="center"><br><br><a href="https://deployer.org"><img src="https://medv.io/assets/deployer/deployer.gif" alt="Deployer Screenshot" width="530"></a><br><br><br></p>
2016-11-11 21:04:26 +07:00
2020-09-29 23:05:37 +02:00
<a href="https://github.com/deployphp/deployer/actions?query=workflow%3Atest"><img src="https://github.com/deployphp/deployer/workflows/test/badge.svg" alt="Build Status"></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>
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:49:28 +07:00
## Contributing
2020-10-07 23:04:16 +02:00
Do you want to contribute to this project? Start working on one of those:
2017-03-26 14:49:28 +07:00
2020-10-07 23:04:16 +02:00
- Improve docs of [recipes](recipe) or [contrib](contrib)
2020-10-17 11:15:50 +02:00
- Fix one of the [bugs](http://bit.ly/deployer-bugs)
2020-10-07 23:04:16 +02:00
- Add new features!
2017-03-26 14:49:28 +07:00
2020-09-03 17:50:45 +03:00
## Maintainer
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
2020-11-10 23:39:59 +01:00
## Related
* [GitHub Action for Deployer](https://github.com/deployphp/action)
2016-11-11 21:04:26 +07:00
## License
2020-04-25 23:00:08 +03:00
[MIT](https://github.com/deployphp/deployer/blob/master/LICENSE)