This commit is contained in:
parent
d7a99250b4
commit
41b5a24c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
name: id_ed25519
|
||||
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
|
||||
- name: Adding Known Hosts
|
||||
run: ssh-keyscan -H vps.sad.ovh | Out-File -FilePath "$env:USERPROFILE\.ssh\known_hosts" -Encoding ascii -Append
|
||||
run: ssh -o StrictHostKeyChecking=accept-new -q -T ${{ secrets.SSH_USER }}@vps.sad.ovh true
|
||||
shell: powershell
|
||||
- name: Deploy with scp
|
||||
run: scp -i C:\Users\ContainerAdministrator\.ssh\id_ed25519 -r .\dist\ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue