Files
Deal/deploy/gitea-runner/.env.example
T
Rustam Khalimov 46969d399f
ci / build-test (push) Failing after 20m4s
Перенести CI в Gitea Actions и добавить пакет раннера
.gitea/workflows/ci.yml (из .github — Gitea сканирует оба пути, оставлен один
канонический); deploy/gitea-runner: docker-compose act_runner с метками
ubuntu-latest -> gitea/runner-images, .env.example и README (токен регистрации
в .env, в git не попадает). Первый прогон — push этого коммита.
2026-09-11 20:40:20 +03:00

15 lines
662 B
Bash

# Адрес инстанса 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