terraform/website/config.rb

11 lines
345 B
Ruby
Raw Normal View History

2014-07-16 23:51:48 +02:00
#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
2014-10-13 18:44:38 +02:00
activate :hashicorp do |h|
h.version = '0.2.2'
h.bintray_repo = 'mitchellh/terraform'
h.bintray_user = 'mitchellh'
h.bintray_key = ENV['BINTRAY_API_KEY']
end