deployer/README.md

31 lines
1.7 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>
2022-09-11 10:33:45 +02:00
<p>The PHP deployment tool with support for popular frameworks out of the box.</p>
2020-04-25 23:00:08 +03:00
2022-08-18 22:11:40 +02:00
<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
2024-06-19 22:43:44 +02:00
<p align="center"><sup>Special thanks to:</sup></p>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=deployer_20240618">
<p align="center"><img src=".github/warp-logo@2x.png" alt="Warp"></p>
<p align="center">Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.</p>
<p align="center"><b>Visit warp.dev to learn more.</b></p>
</a>
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
2021-11-15 22:51:23 +01:00
## Features
2017-03-26 14:49:28 +07:00
2021-11-15 22:51:23 +01:00
- Automatic server **provisioning**.
- **Zero downtime** deployments.
- Ready to use recipes for **most frameworks**.
2017-03-26 14:49:28 +07:00
2021-11-15 22:51:23 +01:00
## Additional resources
2020-11-10 23:39:59 +01:00
* [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)