dotenv: add config/unicorn/unicorn.rb, Procfile.

This commit is contained in:
evazion
2017-01-21 07:14:34 +00:00
parent 3eb525ad01
commit a72df4133e
2 changed files with 43 additions and 0 deletions

2
Procfile Normal file
View File

@@ -0,0 +1,2 @@
unicorn: bundle exec unicorn -c config/unicorn/unicorn.rb
jobs: bundle exec script/delayed_job run