We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbb524 commit efde6efCopy full SHA for efde6ef
src/cli.rs
@@ -226,8 +226,8 @@ async fn run_deploy(
226
if cmd_flags.dry_activate {
227
info!("dry run, not rolling back");
228
}
229
- info!("Revoking previous deploys");
230
if cmd_flags.rollback_succeeded && cmd_settings.auto_rollback.unwrap_or(true) {
+ info!("Revoking previous deploys");
231
// revoking all previous deploys
232
// (adheres to profile configuration if not set explicitely by
233
// the command line)
0 commit comments