1
0
mirror of https://github.com/danbee/scoreboard synced 2025-03-04 08:59:11 +00:00

Add Procfile and Foreman.

This commit is contained in:
Daniel Barber 2015-05-09 16:28:47 +01:00
parent 24bbe78143
commit 63f93bc8eb
3 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,4 @@ gem 'sinatra'
gem 'pusher'
gem 'puma'
gem 'foreman'

View File

@ -2,6 +2,8 @@ GEM
remote: https://rubygems.org/
specs:
dotenv (2.0.1)
foreman (0.78.0)
thor (~> 0.19.1)
httpclient (2.6.0.1)
json (1.8.2)
multi_json (1.11.0)
@ -19,6 +21,7 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
thor (0.19.1)
tilt (1.4.1)
PLATFORMS
@ -26,6 +29,7 @@ PLATFORMS
DEPENDENCIES
dotenv
foreman
json
puma
pusher

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: bundle exec puma -t 1:1 -w 1