mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-21 14:21:22 +00:00
11 lines
465 B
Text
11 lines
465 B
Text
# 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
|
|
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
|
|
# dj: bundle exec script/delayed_job run
|