Files
bcard/.woodpecker.yml
Mikhail Kilin 3be3f55be4 Initial commit: визитка mikhailkilin.ru
Rust/Axum HTTP-сервер, Dockerfile, Woodpecker CI pipeline,
Kubernetes-манифесты для деплоя на k3s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:58:47 +03:00

14 lines
501 B
YAML

pipeline:
build-and-push:
image: woodpeckerci/plugin-docker
settings:
# Куда пушить: ваш Gitea
registry: git.mikhailkilin.ru
# Имя образа: группа/имя
repo: git.mikhailkilin.ru/killingdruid/bcard
tags: latest
# Секреты (нужно добавить в настройках репозитория в UI Woodpecker)
username:
from_secret: docker_username
password:
from_secret: docker_password