A few fixes for post deploy migrations pipeline
What does this MR do and why?
Describe in detail what your merge request does and why.
- Use
environment
instead ofenv
sinceenv
doesn't exist. - Log failed production checks instead of all checks.
- Flush SemanticLogger before canceling the job.
Author Check-list
-
Has documentation been updated?