1
0

replace rsync with scp
All checks were successful
Build Node / deploy (push) Successful in 15s

This commit is contained in:
AM
2025-06-22 16:46:06 +02:00
parent 0a23fb19a7
commit 411c2efcda

View File

@ -33,4 +33,6 @@ jobs:
run: npm run build
- name: Deploy
run: rsync -avz --delete -e "ssh -i ~/.ssh/id_ed25519" ./build/ andrei@https://molnarandrei.com:~/www
run: |
ssh -i ~/.ssh/id_ed25519 andrei@molnarandrei.com "rm -rf ~/www/*"
scp -i ~/.ssh/id_ed25519 -r ./build/* andrei@molnarandrei.com:~/www/