From f4fabef4c1bd9de5c8cedcf513524c3c82e7a4b7 Mon Sep 17 00:00:00 2001 From: manelp Date: Fri, 30 Jun 2023 12:23:43 +0200 Subject: [PATCH] Run migrations as last step of deploy --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cfa21f5..4102a4a 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,4 @@ deploy: docker push registry.heroku.com/agilogy-time-tracking/web docker push registry.heroku.com/agilogy-time-tracking/migrations heroku container:release web migrations -a agilogy-time-tracking + heroku run "migrations" -a agilogy-time-tracking --type=migrations