diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-25 22:52:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-25 22:52:07 +0300 |
| commit | f3c73c89918678a32b116d63b51d37c868b4edaf (patch) | |
| tree | 7c25461827e644ec234b36d641a570f609f49ed4 | |
| parent | 6fd0c7720206de269941b68cd8410b4e96492fde (diff) | |
added heroku Procfile
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..2e35818 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python app.py |
