You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
558 B
17 lines
558 B
1 month ago
|
|
||
|
## 说明
|
||
|
+ 针对远程mac打包的本地化ci应用, 依赖rsync, ssh
|
||
|
+ 内部已经集成, 但第一次使用需确认连接
|
||
|
|
||
|
|
||
|
|
||
|
## 执行方法
|
||
|
+ 切换到本目录, 点击 run.bat
|
||
|
|
||
|
|
||
|
## 配置文件说明
|
||
|
+ 配置文件路径: 当前目录下的 config.vbs
|
||
|
+ RemoteWork : 远端工作的目录, 默认以本地计算机名为识别依据,若重复可修改为自己专属路径
|
||
|
+ key_pri : 私钥文件位置, 默认使用zsl的私钥:
|
||
|
+ 可用 ssh-keygen -t rsa 建立自己的私钥文件, 但需将公钥内容追加进/Users/h3d/.ssh/authorized_keys
|