opentofu/website/config.rb

14 lines
463 B
Ruby
Raw Normal View History

2014-07-16 16:51:48 -05:00
#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
2014-10-21 22:21:19 -05:00
set :base_url, "https://www.terraform.io/"
2014-10-13 11:44:38 -05:00
activate :hashicorp do |h|
2015-05-15 15:11:52 -05:00
h.version = ENV["TERRAFORM_VERSION"]
h.bintray_enabled = ENV["BINTRAY_ENABLED"]
h.bintray_repo = "mitchellh/terraform"
h.bintray_user = "mitchellh"
h.bintray_key = ENV["BINTRAY_API_KEY"]
end