Explorar o código

Merge pull request #3 from mharris717/procfile

Added a Procfile
Andrew Cantino %!s(int64=12) %!d(string=hai) anos
pai
achega
5bc6c1dcad
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Procfile

+ 4 - 0
Procfile

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