Убрал "страховочные колёса" у rsync, ну, погнали!
This commit is contained in:
parent
d1f7493a16
commit
345d41f508
1 changed files with 1 additions and 1 deletions
|
@ -67,4 +67,4 @@ jobs:
|
|||
|
||||
- name: Upload folder with rsync
|
||||
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue