Skip to content

Instantly share code, notes, and snippets.

@taylor01
Created December 25, 2013 05:45
Show Gist options
  • Save taylor01/8120499 to your computer and use it in GitHub Desktop.
Save taylor01/8120499 to your computer and use it in GitHub Desktop.
Heroku Middleman Configuration with Travis-ci
language: ruby
rvm:
- 2.0.0-p247
script: bundle exec middleman build
deploy:
provider: heroku
api_key:
secure: <secure heroku auth key>
app: <heroku app name>
on:
repo: <github repo name>
run: "bundle exec middleman build"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment