Update build.yaml
This commit is contained in:
parent
93eaf36347
commit
8e45f5e421
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build.yaml
vendored
18
.github/workflows/build.yaml
vendored
|
@ -39,15 +39,15 @@ jobs:
|
||||||
- name: upload iso to host
|
- name: upload iso to host
|
||||||
# run: sshpass -p "${{ secrets.SSH_PASS }}" rsync -rav -e ssh "out/$(ls out/*.iso)" root@$HOST:/srv/http/test/"
|
# 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
|
uses: burnett01/rsync-deployments@7.0.1
|
||||||
with:
|
with:
|
||||||
switches: -avzr --delete
|
switches: -avzr --delete
|
||||||
legacy_allow_rsa_hostkeys: "true"
|
legacy_allow_rsa_hostkeys: "true"
|
||||||
path: out/Parchlinux-test-latest.iso
|
path: out/Parchlinux-test-latest.iso
|
||||||
remote_path: /srv/http/test
|
remote_path: /srv/http/test
|
||||||
remote_host: $HOST
|
remote_host: $HOST
|
||||||
remote_port: 22
|
remote_port: 22
|
||||||
remote_user: root
|
remote_user: root
|
||||||
remote_key: ${{ secrets.SSH_PASS }}
|
remote_key: ${{ secrets.SSH_PASS }}
|
||||||
|
|
||||||
- name: Upload iso to the release
|
- name: Upload iso to the release
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue