Compare commits
No commits in common. "539ec4baa1338caf52a2d573e1a2413395657ce4" and "50228f0aff3a6fec56a53e7c69f088f1eb987a5d" have entirely different histories.
539ec4baa1
...
50228f0aff
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.cuddle/
|
@ -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"
|
@ -1,7 +0,0 @@
|
||||
FROM golang
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build cmd/server/server.go
|
||||
|
||||
CMD [ "server", "start" ]
|
Loading…
Reference in New Issue
Block a user