Initial commit: визитка mikhailkilin.ru

Rust/Axum HTTP-сервер, Dockerfile, Woodpecker CI pipeline,
Kubernetes-манифесты для деплоя на k3s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Kilin
2026-02-14 17:58:47 +03:00
commit 3be3f55be4
8 changed files with 832 additions and 0 deletions

14
.woodpecker.yml Normal file
View File

@@ -0,0 +1,14 @@
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