cdrx / rancher-gitlab-deploy

Painless deployment of projects built with GitLab CI onto your Rancher infrastructure
MIT License
432 stars 89 forks source link

Rollback on failure #55

Closed TZK- closed 6 years ago

TZK- commented 6 years ago

Added support to rollback service if the upgrade failed.

The rollback will be done if you pass the option --rollback-on-error with --wait-for-upgrade-to-finish.

After the rollback, the program ends with code 1 to be sure that our CI job fails.

Just share if you have any suggestions to improve the feature 👍

cdrx commented 6 years ago

Great 👍 thanks for the PR

TZK- commented 6 years ago

Is it possible to push a new docker tag for the v1.6 ?