Proposal: Add a hint about set up DB_INITIALIZE and DB_MIGRATE into Deploy job log
Auto DevOps communication of errors in jobs isn’t explicit. Deploy job can fail (very often because of problems with db settings, for example, because of missing initialize). And this fails is silent, the user can't identify the reason of this problem while looking into job's log.
A possible fix of this problem is to add a hint about set up DB_INITIALIZE and DB_MIGRATE into the job log.