Skip to content

Commit

Permalink
Adding heroku worker to procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Sep 25, 2016
1 parent f10a34d commit 6befcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: vendor/bin/heroku-php-nginx -C nginx.conf public/
queue: php artisan queue:work database --sleep=3 --tries=3 --daemon

0 comments on commit 6befcff

Please sign in to comment.