Skip to content

Commit

Permalink
Fix/GitHub actions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanesmedina authored Jun 23, 2023
2 parents d86a702 + d256444 commit 8232779
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 @@ -5,7 +5,7 @@ build:

.PHONY: deploy
deploy:
./gradlew build -x test -x lintKotlin
./gradlew build -x test -x check
docker build app/. -t agilogy/time-tracking-app:latest
heroku container:login
docker tag agilogy/time-tracking-app:latest registry.heroku.com/agilogy-time-tracking/web
Expand Down

0 comments on commit 8232779

Please sign in to comment.