WIP: Added cuddle
This commit is contained in:
parent
28941c3911
commit
539ec4baa1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.cuddle/
|
@ -3,5 +3,5 @@
|
||||
base: "git@git.front.kjuulh.io:kjuulh/cuddle-go-plan.git"
|
||||
|
||||
vars:
|
||||
service: "cibus-backend"
|
||||
deployments: "git@git.front.kjuulh.io:cibus/deployments.git"
|
||||
service: "kraken"
|
||||
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
|
||||
|
7
templates/build_release.Dockerfile
Normal file
7
templates/build_release.Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM golang
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build cmd/server/server.go
|
||||
|
||||
CMD [ "server", "start" ]
|
Loading…
Reference in New Issue
Block a user