Rust/Axum HTTP-сервер, Dockerfile, Woodpecker CI pipeline, Kubernetes-манифесты для деплоя на k3s. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
501 B
YAML
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 |