2025-04-11 15:04:21 +08:00
2025-04-11 15:01:30 +08:00
2024-12-31 16:54:04 +08:00
2025-04-11 15:01:30 +08:00
2025-04-11 15:04:21 +08:00

部署

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

sed -i '/# - "us:docker/ s/^# //' config.yaml
sed -i '/# - "us:docker/ s/^# //' config.yaml

Description
No description provided
Readme 72 KiB
Languages
Shell 100%