Skip to content

Commit

Permalink
ci: 🐛 fix ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Oct 3, 2023
1 parent a951963 commit 0eb5b15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
chmod 700 "~/.ssh/"
chmod 600 "~/.ssh/known_hosts"
chmod 600 "$SSH_IDENTITY_FILE"
eval $(ssh-agent)
ssh-add "$SSH_IDENTITY_FILE"
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOSTNAME }} >> ~/.ssh/known_hosts
- name: Deploy with rsync
Expand Down

0 comments on commit 0eb5b15

Please sign in to comment.