mirror of https://github.com/status-im/consul.git
Add github_slug to website/config.rb
This commit is contained in:
parent
4de2dd31f0
commit
30c4ef88af
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue