Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadiestro authored Nov 10, 2024
1 parent 0949ab5 commit d79394d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
run: |
mkdir -p ~/.ssh/
eval "$(ssh-agent -s)"
echo "${{ secrets.SSH_PRIVKEY }}" | tr -d '\r' | ssh-add -vvv -
echo "${{ secrets.SSH_PRIVKEY }}" | tr -d '\r' > ~/.ssh/id_rsa
ssh-add -vvv
ls ~/.ssh/
ssh-keyscan -H "${{ secrets.SSH_IP }}" >> ~/.ssh/known_hosts
- name: test file creation
Expand Down

0 comments on commit d79394d

Please sign in to comment.