github.com/jsoriano/terraform@v0.6.7-0.20151026070445-8b70867fdd95/website/config.rb (about)

     1  #-------------------------------------------------------------------------
     2  # Configure Middleman
     3  #-------------------------------------------------------------------------
     4  
     5  set :base_url, "https://www.terraform.io/"
     6  
     7  activate :hashicorp do |h|
     8    h.version         = ENV["TERRAFORM_VERSION"]
     9    h.bintray_enabled = ENV["BINTRAY_ENABLED"]
    10    h.bintray_repo    = "mitchellh/terraform"
    11    h.bintray_user    = "mitchellh"
    12    h.bintray_key     = ENV["BINTRAY_API_KEY"]
    13    h.github_slug     = "hashicorp/terraform"
    14  end