terraform/website/config.rb

13 lines
406 B
Ruby
Raw Normal View History

2014-07-16 23:51:48 +02:00
#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
2014-10-22 05:21:19 +02:00
set :base_url, "https://www.terraform.io/"
2014-10-13 18:44:38 +02:00
activate :hashicorp do |h|
2014-10-14 21:40:39 +02:00
h.version = ENV['TERRAFORM_VERSION']
2014-10-13 18:44:38 +02:00
h.bintray_repo = 'mitchellh/terraform'
h.bintray_user = 'mitchellh'
h.bintray_key = ENV['BINTRAY_API_KEY']
end