Исправил классическую проблему со слешем в конце у rsync
All checks were successful
/ build (push) Successful in 4m6s
/ deploy (push) Successful in 55s

This commit is contained in:
Иван Кузьменко 2025-07-19 00:16:48 +03:00
parent 345d41f508
commit 3c1d895d6e

View file

@ -67,4 +67,4 @@ jobs:
- name: Upload folder with rsync
run: |
rsync -rvz --delete -e "ssh -p ${{ secrets.DEPLOY_PORT }} -i ~/.ssh/id_deploy" ./build ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_ADDRESS }}:${{ secrets.DEPLOY_TARGET_FOLDER }}
rsync -rvz --delete -e "ssh -p ${{ secrets.DEPLOY_PORT }} -i ~/.ssh/id_deploy" ./build/ ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_ADDRESS }}:${{ secrets.DEPLOY_TARGET_FOLDER }}