Merge pull request #3 from mharris717/procfile

Added a Procfile

Andrew Cantino %!s(int64=12) %!d(string=hace) años
padre
commit
5bc6c1dcad
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Procfile

+ 4 - 0
Procfile

@@ -0,0 +1,4 @@
1
+web: bundle exec rails server
2
+schedule: bundle exec rails runner bin/schedule.rb
3
+twitter: bundle exec rails runner bin/twitter_stream.rb
4
+dj: bundle exec script/delayed_job run