Switch to 'make' for running app processes

These are simple enough that they don't need their own scripts.
This commit is contained in:
Ben Thorner
2021-02-17 16:49:05 +00:00
parent 4c0aea50ae
commit ba4d399982
5 changed files with 21 additions and 22 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
set -e
source environment.sh
flask run -p 6011

View File

@@ -1,6 +0,0 @@
#!/bin/bash
set -e
source environment.sh
celery -A run_celery.notify_celery worker --pidfile="/tmp/celery.pid" --loglevel=INFO --concurrency=4

View File

@@ -1,6 +0,0 @@
#!/bin/bash
set -e
source environment.sh
celery -A run_celery.notify_celery beat --loglevel=INFO