act_runner/README.md

11 lines
223 B
Markdown

### 部署
```bash
# 配置名称以及Label
echo "export _AGENT=CANTON_03" >> ~/.bashrc
source ~/.bashrc
git clone https://git.martin98.com/MartinFarm/act_runner.git
cd act_runner
cp _config.yaml config.yaml
sh run.sh
```