Modules Unraveled Podcast

125 Deploying Drupal Code Using Deployotron with Thomas Fini Hansen and Thomas Gielfeldt - Modules Unraveled Podcast

Informações:

Synopsis

## Deployotron * What is Deployotron? It’s a deployment tool.  A low-key approach to easy and safe deployment. * When did you start developing it? Dec. 2013 * Why did you feel it was necessary to add another layer on top of Drush? Needed simple, safe, easy to grok deployment process. Not a Swiss army knife. Other solutions proved to be either too complex/feature-rich or require 3rd party software beyond a simple drush command.  * How does it work? Deployotron is implemented as a drush command. When deploying it runs a set of “actions” that does the different steps of deploying. * What kinds of actions can you perform with Deployotron? * Is this extendable? Can other developers add their own commands to be performed during deployment? * Is there a way to configure deployment per environment? So that certain commands are always performed on Staging but not on Live. * What needs to be setup before you can use Deployotron? Deployotron requires drush and the appropriate ssh public keys on the target servers. And G