revamp ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-05-11 18:19:03 -03:00
parent 88e215cad6
commit 809cc97378

View file

@ -1,24 +1,21 @@
pipeline:
build-image:
image: docker.io/woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
registry: https://gitea.nulo.in
username: Nulo
repo: gitea.nulo.in/nulo/schreiben-build
dockerfile: tooling/Containerfile
when:
path:
include: ["tooling/*", ".woodpecker.yml"]
build:
image: gitea.nulo.in/nulo/schreiben-build:latest
deps:
image: gitea.nulo.in/nulo/super-image:3.17
commands:
- pnpm install
- pnpm check
build:
image: gitea.nulo.in/nulo/super-image:3.17
group: build
commands:
- pnpm build
check:
image: gitea.nulo.in/nulo/super-image:3.17
group: build
commands:
- pnpm check
upload:
image: gitea.nulo.in/nulo/super-image:3.17
commands:
- |
eval $(ssh-agent -s)
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -