Fix another oopsie
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 30s
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 30s
This commit is contained in:
parent
65b649e635
commit
e03bceb592
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user