Added PIPELINE Status
This commit is contained in:
parent
48eff6252d
commit
bafe9402d0
2 changed files with 2 additions and 1 deletions
|
@ -23,4 +23,4 @@ RUN go build -a -installsuffix cgo -ldflags=" -X $I_PACKAGE.CI_COMMIT_SHORT_SHA=
|
|||
FROM scratch as production
|
||||
WORKDIR /
|
||||
COPY --from=builder /go/src/gitea.hackmi.ch/goshorly/app /app
|
||||
ENTRYPOINT [ "/app" ]
|
||||
ENTRYPOINT [ "/app" ]
|
|
@ -1,3 +1,4 @@
|
|||
[![Build Status](https://ci.hackmi.ch/api/badges/Phil/goshorly/status.svg)](https://ci.hackmi.ch/Phil/goshorly)
|
||||
# goshorly
|
||||
|
||||
An easy self-hosted Link shortener in Golang with Redis <3
|
||||
|
|
Loading…
Reference in a new issue