Attempt to replace the deploy completed message.

This commit is contained in:
Richard M 2023-08-01 12:50:15 +01:00 committed by 3wordchant
parent 502e26b534
commit 2077658f6a
1 changed files with 1 additions and 1 deletions

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
}