Skip to content

Commit

Permalink
fixes on Make file
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienParis committed Jun 6, 2019
1 parent f02f455 commit 25af8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ gunicorn-prod-stop:
# restart-prod: down-prod up-prod

# dev
up: gunicorn-dev
down: gunicorn-dev-stop
up: network gunicorn-dev
down: gunicorn-dev-stop network-stop
restart: down up

# prod
up-prod: gunicorn-prod
down-prod: gunicorn-prod-stop
up-prod: network gunicorn-prod
down-prod: gunicorn-prod-stop network-stop
restart-prod: down-prod up-prod

0 comments on commit 25af8b9

Please sign in to comment.