Update build.yaml
This commit is contained in:
parent
ade0e77e04
commit
6cb08880d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: generate ssh-key
|
- name: generate ssh-key
|
||||||
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||||
- name: remove last iso
|
- name: remove last iso
|
||||||
run: sshpass -p "${{ secrets.SSH_PASS }}" ssh root@${{ secrets.SSH_HOST }} bash -c "rm -rf /srv/http/test/*"
|
run: sshpass -p "${{ secrets.SSH_PASS }}" ssh root@${{ secrets.SSH_HOST }} bash -c "rm -rf /srv/http/test/;mkdir test"
|
||||||
- name: rename iso
|
- name: rename iso
|
||||||
run: mv "$(ls out/*.iso)" out/Parchlinux-test-beta.iso
|
run: mv "$(ls out/*.iso)" out/Parchlinux-test-beta.iso
|
||||||
- name: upload iso to host
|
- name: upload iso to host
|
||||||
|
|
Loading…
Add table
Reference in a new issue