initiall rsync

This commit is contained in:
andy-sg
2026-03-05 18:19:12 +09:00
parent 81252bb81a
commit 55e9acfc9f

View File

@@ -15,6 +15,7 @@ jobs:
- run: npm run build
- name: Deploy to Synology
run: |
apt-get update && apt-get install -y rsync openssh-client
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519