Перенести CI в Gitea Actions и добавить пакет раннера
ci / build-test (push) Failing after 20m4s

.gitea/workflows/ci.yml (из .github — Gitea сканирует оба пути, оставлен один
канонический); deploy/gitea-runner: docker-compose act_runner с метками
ubuntu-latest -> gitea/runner-images, .env.example и README (токен регистрации
в .env, в git не попадает). Первый прогон — push этого коммита.
This commit is contained in:
Rustam Khalimov
2026-09-11 20:40:20 +03:00
parent b745c324e3
commit 46969d399f
5 changed files with 71 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Адрес инстанса Gitea
GITEA_INSTANCE_URL=https://gitea.khomegeneric.keenetic.pro
# Токен регистрации раннера: Gitea -> Site Administration (или репозиторий) -> Actions -> Runners
# -> Create new runner; либо API:
# curl -sk -u rust:ПАРОЛЬ -X GET \
# https://gitea.khomegeneric.keenetic.pro/api/v1/repos/rust/Deal/actions/runners/registration-token
RUNNER_TOKEN=
# Имя раннера в интерфейсе Gitea
RUNNER_NAME=deal-runner
# Метки для runs-on (по умолчанию хватает ubuntu-latest)
# RUNNER_LABELS=ubuntu-latest:docker://gitea/runner-images:ubuntu-latest