Compare commits

..

No commits in common. "539ec4baa1338caf52a2d573e1a2413395657ce4" and "50228f0aff3a6fec56a53e7c69f088f1eb987a5d" have entirely different histories.

3 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

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

View File

@ -1,7 +0,0 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-go-plan.git"
vars:
service: "kraken"
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"

View File

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