Add os hook for interrupt signal while waiting for service to converge. #333

Merged
3wordchant merged 7 commits from rix/abra:add-waiting-interrupt-handling into main 2023-08-04 19:22:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 65fdaf43cc - Show all commits

View File

@ -433,7 +433,7 @@ func deployServices(
logrus.Debugf("assuming %s converged successfully", serviceID)
}
logrus.Info("services converged 👌")
logrus.Infof("Successfully deployed %s to %s 👌", appName, namespace.Name())
return nil
}