14 lines
269 B
Markdown
14 lines
269 B
Markdown
### 部署
|
|
|
|
```bash
|
|
ssh-keygen -t rsa -b 4096 -C "us@martin98.com"
|
|
|
|
|
|
# 配置名称以及Label
|
|
echo "export _AGENT=HDY_US" >> ~/.bashrc
|
|
source ~/.bashrc
|
|
git clone https://git.martin98.com/MartinFarm/act_runner.git
|
|
cd act_runner
|
|
cp _config.yaml config.yaml
|
|
sh run.sh
|
|
``` |