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

This commit is contained in:
andy-sg
2026-03-05 18:25:03 +09:00
parent 01135300b5
commit 108b8577ae

View File

@@ -20,4 +20,4 @@ jobs:
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -p 22 10.0.0.19 >> ~/.ssh/known_hosts ssh-keyscan -p 22 10.0.0.19 >> ~/.ssh/known_hosts
rsync -avz --delete -e "ssh -p 22" dist/ root@10.0.0.19:/volume1/web/one-verse-a-day/ rsync -avz --delete -e "ssh -p 22" dist/ wapj2000@10.0.0.19:/volume1/web/one-verse-a-day/