From 8e45f5e4217446c947116953326c6e450bacf3d9 Mon Sep 17 00:00:00 2001 From: hikari <94219809+metantesan@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:38:19 +0330 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 380c261..d2e1c1f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,15 +39,15 @@ jobs: - name: upload iso to host # run: sshpass -p "${{ secrets.SSH_PASS }}" rsync -rav -e ssh "out/$(ls out/*.iso)" root@$HOST:/srv/http/test/" uses: burnett01/rsync-deployments@7.0.1 - with: - switches: -avzr --delete - legacy_allow_rsa_hostkeys: "true" - path: out/Parchlinux-test-latest.iso - remote_path: /srv/http/test - remote_host: $HOST - remote_port: 22 - remote_user: root - remote_key: ${{ secrets.SSH_PASS }} + with: + switches: -avzr --delete + legacy_allow_rsa_hostkeys: "true" + path: out/Parchlinux-test-latest.iso + remote_path: /srv/http/test + remote_host: $HOST + remote_port: 22 + remote_user: root + remote_key: ${{ secrets.SSH_PASS }} - name: Upload iso to the release run: |