Add two missing targets

This commit is contained in:
Luke Murphy 2019-12-21 19:17:13 +07:00
parent e7f7867125
commit 2141ba7727
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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'