Skip to content

Commit

Permalink
try something man idk
Browse files Browse the repository at this point in the history
  • Loading branch information
smartclash committed Aug 19, 2024
1 parent 470d24a commit 6e3d3e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- name: Set up SSH key
run: |
mkdir -p ~/.ssh
eval $(ssh-agent -s)
echo "${{ secrets.SSH_INSCROMPT_PRIVATE }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- name: Deploy to server
Expand Down

0 comments on commit 6e3d3e5

Please sign in to comment.