add-cuddle #2

Merged
kjuulh merged 3 commits from add-cuddle into poc 2022-09-12 22:26:32 +02:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit 539ec4baa1 - Show all commits

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.cuddle/

View File

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

View File

@ -0,0 +1,7 @@
FROM golang
COPY . .
RUN go build cmd/server/server.go
CMD [ "server", "start" ]