diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-02 21:49:15 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-02 21:49:15 -0700 |
| commit | a5b223df0605b6c46321fcf1dc21108e1ab8b0f2 (patch) | |
| tree | 5241db064c0906c0717fbe1dfbacedb994dea7a1 /Procfile | |
| parent | b43701e165fcc7e76110e5ae51040fbb5d34a30e (diff) | |
add sneakers worker.
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..10c91ff --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: rails s +worker: env WORKERS=EventsWorker rake sneakers:run |
