Browse Source

Add two missing targets

main
Luke Murphy 4 years ago
parent
commit
2141ba7727
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 6
      makefile

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

Loading…
Cancel
Save