packer-cn/website/config.rb

11 lines
342 B
Ruby
Raw Normal View History

2013-06-24 19:25:42 -04:00
#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
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