This commit is contained in:
Henrique Dias
2016-03-02 19:12:07 +00:00
parent 9cb97222fe
commit 9d0c002d92
3 changed files with 5 additions and 7 deletions

15
dist/bintray.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"package": {
"name": "caddy-hugo",
"repo": "generic",
"subject": "hacdias"
},
"version": {
"name": "latest"
},
"files": [{
"includePattern": "/home/travis/gopath/src/github.com/hacdias/caddy-hugo/Godeps/_workspace:/home/travis/gopath/src/github.com/hacdias/caddy-hugo/dist/release/(.*)",
"uploadPattern": "caddy-hugo/{TIME}/$1"
}],
"publish": true
}