File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 PR_NUMBER : ${{ github.event.number }}
5151
5252jobs :
53-
53+ -o StrictHostKeychecking=no
5454 start :
5555 runs-on : ${{ inputs.BUILD_RUNNER }}
5656 name : " Mirror"
@@ -304,12 +304,12 @@ jobs:
304304 if : ${{ steps.calculate.outputs.BEFORE_VERSION != steps.calculate.outputs.AFTER_VERSION }}
305305 run : |
306306
307- rsync -e "ssh -p ${{ secrets.HOST_UPLOAD_PORT }}" -arvc build/output/debs/ ${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:/incoming/debs
307+ rsync -e "ssh -o StrictHostKeychecking=no - p ${{ secrets.HOST_UPLOAD_PORT }}" -arvc build/output/debs/ ${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:/incoming/debs
308308
309309 - name : " Deploy to beta server"
310310 run : |
311311
312- rsync -e "ssh -p ${{ secrets.HOST_UPLOAD_PORT }}" -arvc build/output/debs-beta/ ${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:/incoming/debs-beta
312+ rsync -e "ssh -o StrictHostKeychecking=no - p ${{ secrets.HOST_UPLOAD_PORT }}" -arvc build/output/debs-beta/ ${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:/incoming/debs-beta
313313
314314 - name : Build testing repository
315315 run : |
You can’t perform that action at this time.
0 commit comments