terminus-plugin-project / terminus-hotfix-plugin

A Terminus Plugin that adds command(s) to facilitate a hotfix workflow for Pantheon sites.
MIT License
0 stars 1 forks source link

Terminus Hotfix Plugin

A Terminus plugin that adds the commands to facilitate hotfix workflows on Pantheon sites.

Demo Video

Terminus Hotfix Plugin Demo Video

Disclaimer

While this plugin has worked well for us your mileage may vary due to local machine configuration. This repository is provided without warranty or direct support. Issues and questions may be filed in GitHub but their resolution is not guaranteed.

Installation

Clone this project into your Terminus plugins directory found at $HOME/.terminus/plugins. If the $HOME/.terminus/plugins directory does not exists you can safely create it. You will also need to run composer install in the plugin directory after cloning it. See installing Terminus plugin for details.

Purpose

A hotfix is the only way to push code directly to Live without having to go through Dev and Test. Any damage to the source code will be the responsibility of the user. The intended use case is for critical security releases or bug fixes that need to be deployed as quickly and easily as possible. Hotfixes should be used with care and only in emergency situations. Hotfixes should be the exception, not the norm.

Currently hotfix deployments, emergency updates to test/live that skip the normal workflow and potentially undeployed code in master, need to be done manually and require more advanced git skills. See the hotfix doc for details. This plugin aims to make that process easier.

Requirements

Commands

License

MIT

Known Issues