Skip to content

Commit ea21a97

Browse files
authored
ignore hosts
1 parent 9a025f2 commit ea21a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/download-and-test-external.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ env:
5050
PR_NUMBER: ${{ github.event.number }}
5151

5252
jobs:
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: |

0 commit comments

Comments
 (0)