huginn/Procfile

12 lines
465 B
Text
Raw Normal View History

2013-04-07 14:19:21 -07:00
# Procfile for development:
web: bundle exec rails server
schedule: bundle exec rails runner bin/schedule.rb
twitter: bundle exec rails runner bin/twitter_stream.rb
2013-04-07 14:19:21 -07:00
dj: bundle exec script/delayed_job run
# Possible Profile configuration for production:
# web: bundle exec unicorn -c config/unicorn/production.rb
# schedule: bundle exec rails runner bin/schedule.rb
# twitter: bundle exec rails runner bin/twitter_stream.rb
2014-04-16 13:24:23 +05:30
# dj: bundle exec script/delayed_job run