diff options
author | Tyler Kennedy | 2022-12-01 11:53:22 -0500 |
---|---|---|
committer | GitHub | 2022-12-01 09:53:22 -0700 |
commit | 9fd70424bb54793613e93042bf157a03dc47a697 (patch) | |
tree | 9dca0ece3204e21c3e12c565630f225312b40665 | |
parent | 4344fdad9a16e1b8febf03479615a0f2d0fae07e (diff) | |
download | takahe-9fd70424bb54793613e93042bf157a03dc47a697.tar.gz takahe-9fd70424bb54793613e93042bf157a03dc47a697.tar.bz2 takahe-9fd70424bb54793613e93042bf157a03dc47a697.zip |
Add a special release task to Procfile. (#86)
-rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ web: gunicorn takahe.wsgi:application --workers 8 worker: python manage.py runstator +release: python manage.py migrate |