diff --git a/website/config.rb b/website/config.rb index bd5b57bd7..9fe973fea 100644 --- a/website/config.rb +++ b/website/config.rb @@ -10,6 +10,7 @@ activate :hashicorp do |h| h.bintray_repo = "mitchellh/consul" h.bintray_user = "mitchellh" h.bintray_key = ENV["BINTRAY_API_KEY"] + h.github_slug = "hashicorp/consul" # Do not include the "web" in the default list of packages h.bintray_exclude_proc = Proc.new do |os, filename|