packer-cn/website/config.rb

13 lines
383 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|
h.version = '0.7.1'
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