diff --git a/.woodpecker.yml b/.woodpecker.yml index c168f9d..afc6744 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,16 +3,3 @@ pipeline: image: docker.io/golang:1.17-alpine commands: - go build - publish: - image: plugins/docker - registry: registry.nulo.in - repo: registry.nulo.in/nulo/nft.nulo.in - tags: - - latest - username: sutty - secrets: - - docker_password - dockerfile: Containerfile - when: - branch: kopimi - event: push diff --git a/Containerfile b/Containerfile deleted file mode 100644 index e5e5875..0000000 --- a/Containerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM docker.io/alpine:3.14 -COPY nft.nulo.in /app/ -COPY templates /app/templates/ -COPY assets /app/assets/ -WORKDIR /app -EXPOSE 5050/tcp -ENTRYPOINT ["/app/nft.nulo.in"]