Update build.yaml

This commit is contained in:
hikari 2024-07-03 19:38:49 +03:30 committed by GitHub
parent ca34b0854a
commit ade0e77e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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