https://github.com/REBELinBLUE/deployer
Deployer is a free and open source deployment tool.
https://github.com/REBELinBLUE/deployer
deploy deployer deployment laravel php task-runner toolchain zero-downtime
Last synced: about 1 month ago
JSON representation
Deployer is a free and open source deployment tool.
- Host: GitHub
- URL: https://github.com/REBELinBLUE/deployer
- Owner: REBELinBLUE
- License: mit
- Created: 2015-04-07T17:55:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T09:55:15.000Z (over 3 years ago)
- Last Synced: 2024-12-06T22:16:55.357Z (5 months ago)
- Topics: deploy, deployer, deployment, laravel, php, task-runner, toolchain, zero-downtime
- Language: PHP
- Homepage: http://phpdeployment.org
- Size: 28.5 MB
- Stars: 914
- Watchers: 48
- Forks: 185
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-opensource-apps - Deployer
- awesome-laravel - Deployer - Sistema de deploy de aplicaciones (Bases de código para referencia)
README
# Deployer
[](https://styleci.io/repos/33559148)
[](https://github.com/REBELinBLUE/deployer/actions?query=master)
[](https://codecov.io/gh/REBELinBLUE/deployer)
[](/LICENSE.md)
[](https://packagist.org/packages/laravel/framework)
[](https://github.com/REBELinBLUE/deployer/releases)
[](https://stackshare.io/REBELinBLUE/deployer)
[](https://gitter.im/REBELinBLUE/deployer)Deployer is a PHP Application deployment system powered by [Laravel 5.5](http://laravel.com), written & maintained by [Stephen Ball](https://github.com/REBELinBLUE).
Check out the [releases](https://github.com/REBELinBLUE/deployer/releases), [license](/LICENSE.md), [screenshots](https://github.com/REBELinBLUE/deployer/wiki/Screenshots) and [contribution guidelines](/.github/CONTRIBUTING.md).
See the [wiki](https://github.com/REBELinBLUE/deployer/wiki) for information on [system requirements](https://github.com/REBELinBLUE/deployer/wiki/system-requirements), [installation](https://github.com/REBELinBLUE/deployer/wiki/installation) & [upgrade](https://github.com/REBELinBLUE/deployer/wiki/upgrading) instructions and answers to [common questions](https://github.com/REBELinBLUE/deployer/wiki/common-issues).
## What it does
* Deploys applications to multiple servers accessible via SSH
* Clones your project's git repository
* Installs composer dependencies
* Runs arbitrary bash commands
* Gracefully handles failure in any of these steps
* Keeps a number of previous deployments
* Monitors that cronjobs are running
* Allows deployments to be triggered via a webhook## What it doesn't do
* Provision VMs
* Install system packages
* Configure the web server, database or other services
* [Run a test suite or check code quality](http://phptesting.org)## License
Deployer is licensed under [The MIT License (MIT)](/LICENSE.md).