更新 .gitea/workflows/deploy.yml

This commit is contained in:
2026-06-20 16:27:00 +08:00
parent 91a8a069e1
commit 4e8f8f975d
+6
View File
@@ -16,6 +16,12 @@ jobs:
- name: Checkout code
uses: http://192.168.31.185:3002/actions/checkout@v4
steps:
- name: Install rsync
run: |
sudo apt-get update
sudo apt-get install -y rsync
- name: Deploy via SCP
run: |
set -e