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

This commit is contained in:
2024-06-16 15:52:49 +02:00
parent eeb112557a
commit 1d7af0506d
2 changed files with 21 additions and 1 deletions

21
.woodpecker.yaml Normal file
View File

@ -0,0 +1,21 @@
steps:
- name: build
image: hugomods/hugo:latest
commands:
- hugo --minify
backend_options:
kubernetes:
tolerations:
- key: node-role.kubernetes.io/runner
operator: Exists
nodeSelector:
node-role.kubernetes.io/runner: "true"
- name: publish
image: woodpeckerci/plugin-docker-buildx
settings:
repo: gitea.okami101.io/adr1enbe4udou1n/blog
registry: https://gitea.okami101.io
username: woodpecker
password:
from_secret: gitea_password

View File

@ -1 +0,0 @@
1.0.199