Added PIPELINE Status

This commit is contained in:
Phil 2022-12-23 22:58:45 +01:00
parent 48eff6252d
commit bafe9402d0
2 changed files with 2 additions and 1 deletions

View file

@ -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" ]

View file

@ -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