diff --git a/makefile b/makefile index 8925ac3..526e4ea 100644 --- a/makefile +++ b/makefile @@ -12,3 +12,9 @@ clear-archive: prod-serve: @gunicorn --workers $(PROD_WORKERS) --bind $(PROD_PORT) voicegardens.server:app + +test-deploy: + @echo 'TODO' + +prod-deploy: + @echo 'TODO'