Update build.yaml

This commit is contained in:
hikari 2024-07-03 20:38:19 +03:30 committed by GitHub
parent 93eaf36347
commit 8e45f5e421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |