Убрал "страховочные колёса" у rsync, ну, погнали!
All checks were successful
/ build (push) Successful in 3m51s
/ deploy (push) Successful in 58s

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

View file

@ -67,4 +67,4 @@ jobs:
- name: Upload folder with rsync - name: Upload folder with rsync
run: | run: |
rsync -rvz --delete --dry-run -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 }}