Fix another oopsie
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 30s

This commit is contained in:
Emin Arslan 2024-11-16 16:01:32 +03:00
parent 65b649e635
commit e03bceb592

View File

@ -20,6 +20,6 @@ jobs:
- name: Deploy
run: |
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id
chmod 600 /tmp/id
chmod 600 ~/.ssh/id
ssh-keyscan emin.software > ~/.ssh/known_hosts
scp -oUser=${{secrets.SSH_USER}} -i ~/.ssh/id -r public/* emin.software:${{secrets.WEB_PATH}}