summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Kennedy2022-12-01 11:53:22 -0500
committerGitHub2022-12-01 09:53:22 -0700
commit9fd70424bb54793613e93042bf157a03dc47a697 (patch)
tree9dca0ece3204e21c3e12c565630f225312b40665
parent4344fdad9a16e1b8febf03479615a0f2d0fae07e (diff)
downloadtakahe-9fd70424bb54793613e93042bf157a03dc47a697.tar.gz
takahe-9fd70424bb54793613e93042bf157a03dc47a697.tar.bz2
takahe-9fd70424bb54793613e93042bf157a03dc47a697.zip
Add a special release task to Procfile. (#86)
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
index c7a241e..358d88d 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,3 @@
web: gunicorn takahe.wsgi:application --workers 8
worker: python manage.py runstator
+release: python manage.py migrate