Attempt to replace the deploy completed message.
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Richard M 2023-08-01 12:50:15 +01:00
parent 2d135329bb
commit 65fdaf43cc
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
}