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

Add upstream update hotfix command #2

Closed ataylorme closed 6 years ago

ataylorme commented 6 years ago

This command should create a new hotfix multidev, apply upstream updates, then deploy the hotfix to the test and live environments.

Blocked by #1 as that command functionality, along with applying upstream updates, will be reused in this larger command.

ataylorme commented 6 years ago

Closed by #4. Decided to go with an example Bash script as a full command has the potential for abuse. Hotfixes themselves should be rare and a critical security update that warrants deployment straight to production without testing even rarer.

In those cases working with a bash script is not too big of an ask.