DID YOU KNOW THERE'S LIKE NO WAY TO ESCAPE ' IN YAML
Some checks failed
/ build (push) Has been cancelled
Some checks failed
/ build (push) Has been cancelled
This commit is contained in:
parent
e55322253c
commit
49e36b826e
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ jobs:
|
|||
name: id_ed25519
|
||||
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
|
||||
- name: Adding Known Hosts
|
||||
run: C:\Program Files\Git\usr\bin\ssh-keyscan.exe -t rsa vps.sad.ovh
|
||||
run: >
|
||||
& 'C:\Program Files\Git\usr\bin\ssh-keyscan.exe' -t rsa vps.sad.ovh
|
||||
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