Skip to content

Commit

Permalink
Added Procfile to define app's process-formation on Heroku/Cedar
Browse files Browse the repository at this point in the history
  • Loading branch information
suttree committed Jan 1, 2016
1 parent 119cbcf commit 71a0264
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ tmp/**/*
*.swp
todo.txt
.DS_Store
.env
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,4 +1,5 @@
source 'http://rubygems.org'
source "https://rubygems.org"
ruby "1.8.7"

gem 'pg'
gem 'rails', '3.0.3'
Expand Down
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: bundle exec puma -C config/puma.rb

0 comments on commit 71a0264

Please sign in to comment.