fix: clarify when deploy done [ci skip]

This commit is contained in:
decentral1se 2021-11-10 09:15:52 +01:00
parent b67ad02f87
commit f78a04109c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ func deployServices(
logrus.Debugf("assuming %s converged successfully", serviceID)
}
logrus.Info("services converged 👌")
return nil
}