Files
gitea-setup/7.1-setup.sh
ascet-tomsk f62d6e7fc0 first commit
2026-01-11 00:49:37 +07:00

15 lines
543 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# 7.1 Регистрация act_runner
# Остановите службу перед регистрацией
sudo systemctl stop act_runner
# Выполните регистрацию (замените ВАШ_ТОКЕН на реальный токен)
sudo -u act_runner /usr/local/bin/act_runner register \
--config /etc/act_runner/config.yaml \
--instance http://localhost:3000 \
--token ВАШ_ТОКЕН \
--name "Ubuntu 24.04 Runner" \
--labels "ubuntu-24.04:host,linux:host,self-hosted,linux-amd64" \
--no-interactive