adding missing log dir

This commit is contained in:
Sebastien Laithier 2023-05-11 12:00:19 +02:00
parent f6173a09b2
commit ddb30a3a5a
2 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ compile:
- cd app/ - cd app/
- go get ./... - go get ./...
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o ../build/http-broadcaster main.go - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o ../build/http-broadcaster main.go
- cp -r log/ ../build/
artifacts: artifacts:
paths: paths:
- build/ - build/

0
app/log/.gitkeep Normal file
View File