fix: 添加 rsync 安装,避免首次部署时 command not found #165
@@ -10,6 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
|
apk add --no-cache rsync 2>/dev/null || true
|
||||||
GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git"
|
GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git"
|
||||||
if [ -d /root/camtalk/.git ]; then
|
if [ -d /root/camtalk/.git ]; then
|
||||||
cd /root/camtalk
|
cd /root/camtalk
|
||||||
|
|||||||
Reference in New Issue
Block a user