Skip to content

Commit

Permalink
fix: migrations deploy (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
manelp committed Mar 22, 2024
2 parents e2da68d + 232870d commit aaed201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ format:
deploy:
./gradlew build -x test -x check
docker build apps/app/. -t agilogy/time-tracking-app:latest
docker build apps/migrations/. -t agilogy/time-tracking-migrations:latest
docker build apps/migrationsapp/. -t agilogy/time-tracking-migrations:latest
heroku container:login
docker tag agilogy/time-tracking-app:latest registry.heroku.com/agilogy-time-tracking/web
docker tag agilogy/time-tracking-migrations:latest registry.heroku.com/agilogy-time-tracking/migrations
Expand Down

0 comments on commit aaed201

Please sign in to comment.