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