添加 CI 自动部署 workflow + CMS IP 配置
All checks were successful
Build and Deploy / build-deploy (push) Successful in 46s

This commit is contained in:
2026-06-11 17:58:24 +08:00
parent 53092b52db
commit db90280989
6 changed files with 90 additions and 11 deletions

13
deploy/act_runner.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Gitea Actions Runner
After=network.target gitea.service
[Service]
ExecStart=/usr/local/bin/act_runner daemon --config /etc/act_runner/config.yaml
WorkingDirectory=/var/lib/act_runner
Environment=HOME=/root
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target