website: set builder redirect in production

Change-Id: I36c9be9786b14a564b4c67e3562cd06ae402ae25
This commit is contained in:
mpl 2015-11-20 16:47:43 +01:00
parent 8a10bb52e0
commit e1798e796e
1 changed files with 2 additions and 0 deletions

View File

@ -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