support for observers

This commit is contained in:
Ville Rantanen
2018-12-12 22:09:12 +02:00
parent 74cdb27037
commit cef7966ad2
12 changed files with 144 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
cd $( dirname "$0" )
. virtualenv/bin/activate
test -f .git/refs/heads/master && export GIT_COMMIT=$( cat .git/refs/heads/master )
exec gunicorn -b 127.0.0.1:8041 -w 3 abot:app