packer-cn/website/config.rb

11 lines
342 B
Ruby

#-------------------------------------------------------------------------
# Configure Middleman
#-------------------------------------------------------------------------
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']
end