Skip to content

Commit

Permalink
Add Heroku files/config
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 5, 2017
1 parent 613e2e4 commit 34dfe21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ruby '2.4.1'

source 'https://rubygems.org' do
gem 'jekyll'
gem 'jemoji'
Expand Down
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec jekyll serve --baseurl "" -H 0.0.0.0 -P $PORT
6 changes: 6 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Galaxy Training Material",
"description": "A collection of Galaxy-related training material",
"repository": "https://github.com/galaxyproject/training-material",
"success_url": "/"
}

0 comments on commit 34dfe21

Please sign in to comment.