[+] 添加部署说明
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s

This commit is contained in:
2025-01-01 17:35:23 +08:00
parent 2704b9c665
commit 665988f62f
2 changed files with 76 additions and 65 deletions

View File

@@ -1 +1,11 @@
### Gitea Runner
### 部署
```bash
# 配置名称以及Label
echo "_AGENT=CH.CD.A" > /etc/environment
echo "_LABEL=CH" > /etc/environment
git clone git@git.martin98.com:MartinFarm/act_runner.git
cd act_runner
sh run.sh
```