Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T09:55:15.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T14:09:39.437Z (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: 908
- Watchers: 49
- 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
[![StyleCI](https://styleci.io/repos/33559148/shield?style=flat-square&branch=master)](https://styleci.io/repos/33559148)
[![Build Status](https://img.shields.io/github/workflow/status/REBELinBLUE/deployer/Tests?label=Build&style=flat-square)](https://github.com/REBELinBLUE/deployer/actions?query=master)
[![Code Coverage](https://img.shields.io/codecov/c/github/REBELinBLUE/deployer/master.svg?style=flat-square&label=Coverage)](https://codecov.io/gh/REBELinBLUE/deployer)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square&label=License)](/LICENSE.md)
[![Laravel Version](https://shield.with.social/cc/github/REBELinBLUE/deployer/master.svg?style=flat-square)](https://packagist.org/packages/laravel/framework)
[![Latest Version](https://img.shields.io/github/release/REBELinBLUE/deployer.svg?style=flat-square&label=Release)](https://github.com/REBELinBLUE/deployer/releases)
[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat-square&label=Tech)](https://stackshare.io/REBELinBLUE/deployer)
[![Gitter](https://img.shields.io/badge/chat-on%20gitter-brightgreen.svg?style=flat-square&label=Chat)](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).