deployment fixes

This commit is contained in:
Seán C McCord 2018-05-07 23:53:58 -04:00
parent 718b45bdf0
commit 772e3412aa
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ workspace:
path: src/github.com/CyCoreSystems/cycore-web path: src/github.com/CyCoreSystems/cycore-web
pipeline: pipeline:
build: build:
image: golang:1.9 image: golang:1.10
pull: true pull: true
commands: commands:
- mkdir -p /go/bin /go/src - mkdir -p /go/bin /go/src

View file

@ -1,3 +1,3 @@
FROM ulexus/go-minimal FROM ulexus/go-minimal
COPY tmp/cycore-web /app COPY tmp/cycore-web /app
COPY tmp/src / COPY tmp/src /src

View file

@ -209,3 +209,4 @@ log.error.flags = 3
log.request.output = off log.request.output = off
app.behind.proxy = true app.behind.proxy = true
app.secret = ${COOKIE_SECRET} app.secret = ${COOKIE_SECRET}
http.addr = 0.0.0.0