Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed May 15, 2024
1 parent 95a3849 commit 78896ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP = restapi
APP = flask-restapi-lbm

test:
@flake8 . --exclude .venv
Expand All @@ -9,5 +9,6 @@ compose:
@docker-compose up

heroku:
@heroku container:push -a flask-restapi-lbm web
@heroku container:release -a flask-restapi-lbm web
@heroku container:login
@heroku container:push -a $(APP) web
@heroku container:release -a $(APP) web

0 comments on commit 78896ed

Please sign in to comment.