Compare commits
2 Commits
50228f0aff
...
539ec4baa1
Author | SHA1 | Date | |
---|---|---|---|
539ec4baa1 | |||
28941c3911 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.cuddle/
|
7
cuddle.yaml
Normal file
7
cuddle.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
# 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"
|
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