1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 01:23:24 -05:00

lk | adds procfile for worker

This commit is contained in:
Loos 2015-09-02 12:07:55 -05:00
parent 98843c45fa
commit f4e1f99cf8
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
dump.rdb
# Ignore secret assets
/lib/assets/*

1
Procfile Normal file
View File

@ -0,0 +1 @@
worker: bundle exec sidekiq