packer-cn/website/config.rb

14 lines
454 B
Ruby
Raw Normal View History

2013-06-24 19:25:42 -04:00
#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
2014-10-20 13:57:22 -04:00
set :base_url, "https://www.packer.io/"
2014-10-06 20:35:19 -04:00
activate :hashicorp do |h|
2015-05-15 16:19:35 -04:00
h.version = ENV["PACKER_VERSION"]
h.bintray_enabled = ENV["BINTRAY_ENABLED"]
h.bintray_repo = "mitchellh/packer"
h.bintray_user = "mitchellh"
h.bintray_key = ENV["BINTRAY_API_KEY"]
2013-06-24 19:25:42 -04:00
end