feat: install rsync and openssh-client in deploy workflow
Some checks failed
Koori-ERP-Deploy-System / deploy-demo (push) Failing after 29s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-12 08:45:45 +08:00
parent 1dd50473ce
commit c84d6f7600

View File

@@ -20,6 +20,7 @@ jobs:
- name: Deploy to 103 Demo
run: |
apt-get update && apt-get install -y rsync openssh-client
rsync -avz --delete --exclude='.git' ./ amba@192.168.0.103:/home/amba/koori-erp/
# cp .env.example .env
# # 設定 Demo 專用的 Key