Skip to content

Commit

Permalink
Log if database migration fails (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Jan 21, 2025
1 parent b7ea835 commit 4d2841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/notify-api/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
[
"sh",
"-c",
"flask db upgrade",
"flask db upgrade || echo 'ERROR: database migration failed'",
]
containers:
- image: api
Expand Down

0 comments on commit 4d2841e

Please sign in to comment.