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:
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal 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
|
||||
Reference in New Issue
Block a user