mirror of https://github.com/perkeep/perkeep.git
website: set builder redirect in production
Change-Id: I36c9be9786b14a564b4c67e3562cd06ae402ae25
This commit is contained in:
parent
8a10bb52e0
commit
e1798e796e
|
@ -462,6 +462,8 @@ func setProdFlags() {
|
|||
log.Printf("Running in production; configuring prod flags & containers")
|
||||
*httpAddr = ":80"
|
||||
*httpsAddr = ":443"
|
||||
*buildbotBackend = "https://travis-ci.org/camlistore/camlistore"
|
||||
*buildbotHost = "build.camlistore.org"
|
||||
*gceLogName = "camweb-access-log"
|
||||
*root = filepath.Join(prodSrcDir, "website")
|
||||
*gitContainer = true
|
||||
|
|
Loading…
Reference in New Issue