Skip to content

Commit

Permalink
Fix Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
damienlethiec committed May 14, 2018
1 parent bf378fd commit a4627e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
release: bundle exec rails db:migrate
web: bin/rails server
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -C config/sidekiq.yml
2 changes: 2 additions & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
web: bin/rails server
assets: bin/webpack-dev-server
worker: bundle exec sidekiq -C config/sidekiq.yml
guard: bundle exec guard

0 comments on commit a4627e4

Please sign in to comment.