website: bintray enabled setting

This commit is contained in:
Mitchell Hashimoto 2015-09-27 23:28:53 -07:00
parent 2687ab5d5f
commit ad1bebd39a

View file

@ -13,7 +13,7 @@ set :base_url, "https://www.nomadproject.io/"
activate :hashicorp do |h|
h.version = ENV["NOMAD_VERSION"]
h.bintray_enabled = ENV["BINTRAY_ENABLED"]
h.bintray_enabled = ENV["BINTRAY_ENABLED"] == "1"
h.bintray_repo = "mitchellh/nomad"
h.bintray_user = "mitchellh"
h.bintray_key = ENV["BINTRAY_API_KEY"]