No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
6 additions and
0 deletions
-
makefile
|
@ -12,3 +12,9 @@ clear-archive: |
|
|
|
|
|
|
|
|
prod-serve: |
|
|
prod-serve: |
|
|
@gunicorn --workers $(PROD_WORKERS) --bind $(PROD_PORT) voicegardens.server:app |
|
|
@gunicorn --workers $(PROD_WORKERS) --bind $(PROD_PORT) voicegardens.server:app |
|
|
|
|
|
|
|
|
|
|
|
test-deploy: |
|
|
|
|
|
@echo 'TODO' |
|
|
|
|
|
|
|
|
|
|
|
prod-deploy: |
|
|
|
|
|
@echo 'TODO' |
|
|