Merge pull request 'fix: 添加 rsync 安装,避免首次部署时 command not found' (#164) from fix/actions into develop

Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/164
This commit was merged in pull request #164.
This commit is contained in:
2026-06-20 21:33:23 +08:00

View File

@@ -10,6 +10,7 @@ jobs:
steps:
- name: Deploy
run: |
apk add --no-cache rsync 2>/dev/null || true
GIT_URL="http://8.161.227.145:3000/XEngineers/CamTalk.git"
if [ -d /root/camtalk/.git ]; then
cd /root/camtalk