Skip to content

Commit

Permalink
Release web process after migrations (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
manelp committed Jun 30, 2023
2 parents 01d2532 + bb41bee commit be98530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ deploy:
docker tag agilogy/time-tracking-migrations:latest registry.heroku.com/agilogy-time-tracking/migrations
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 container:release migrations -a agilogy-time-tracking
heroku run "migrations" -a agilogy-time-tracking --type=migrations
heroku container:release web -a agilogy-time-tracking

0 comments on commit be98530

Please sign in to comment.