Total Pageviews

Friday, 16 November 2018

Deployer

Deployer is a free and open source deployment tool. 

Deployer is a PHP Application deployment system powered by Laravel 5.5, written & maintained by Stephen Ball.
See the wiki for information on system requirementsinstallation & upgrade instructions and answers to common questions.

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

from https://github.com/REBELinBLUE/deployer

No comments:

Post a Comment