parent
4b6dd054ee
commit
3504779f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ jobs:
|
||||||
# run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts
|
# run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts
|
||||||
# shell: powershell
|
# shell: powershell
|
||||||
- name: Deploy with scp
|
- 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
|
run: scp -i C:\Users\ContainerAdministrator\.ssh\id_ed25519 -r .\dist\ ${{ secrets.SSH_USER }}@vps.sad.ovh:/var/www/sad.ovh
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue