holy shit rofllmao
Some checks failed
/ build (push) Failing after 40s

This commit is contained in:
Soph :3 2025-10-19 14:57:36 +03:00
parent 3504779f4c
commit d7a99250b4

View file

@ -15,9 +15,9 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.SSH_PRIVATE_KEY }}
name: id_ed25519 name: id_ed25519
known_hosts: 'just-a-placeholder-so-we-dont-get-errors' known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
#- name: Adding Known Hosts - name: Adding Known Hosts
# run: ssh-keyscan -H vps.sad.ovh | Out-File -Append $env:USERPROFILE\.ssh\known_hosts run: ssh-keyscan -H vps.sad.ovh | Out-File -FilePath "$env:USERPROFILE\.ssh\known_hosts" -Encoding ascii -Append
# 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