summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/start.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/start.sh b/scripts/start.sh
deleted file mode 100644
index 99f1ed0..0000000
--- a/scripts/start.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-. /takahe/.venv/bin/activate
-
-python manage.py migrate
-
-exec gunicorn takahe.asgi:application -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000