feat: install rsync and openssh-client in deploy workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user