Skip to content

Commit

Permalink
Run migrations as last step of deploy (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
manelp committed Jun 30, 2023
2 parents cb46908 + f4fabef commit 01d2532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01d2532

Please sign in to comment.