diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 06c1d550ea..efcac57f1f 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -46,5 +46,5 @@ jobs: - name: Deployment if: ${{ success() }} - run: rsync -ruthz --stats --progress -e "ssh -v" ./dist/dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/${{ needs.build.outputs.type }} + run: rsync -ruthz --stats --progress -e "ssh -p 22" ./dist/dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/${{ needs.build.outputs.type }}