fix deploy.yml
Some checks failed
Build and Deploy / deploy (push) Failing after 40s

This commit is contained in:
andy-sg
2026-03-05 18:22:23 +09:00
parent 55e9acfc9f
commit 01135300b5

View File

@@ -15,7 +15,7 @@ jobs:
- run: npm run build
- name: Deploy to Synology
run: |
apt-get update && apt-get install -y rsync openssh-client
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