Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomaht committed Nov 7, 2023
1 parent fc628df commit 14d7105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
mkdir ~/.ssh
touch ~/.ssh/known_hosts
touch ~/.ssh/pkey
echo ${{ secrets.SECRET_PUB }} >> ~/.ssh/known_hosts
echo ${{ secrets.SECRET_PRIVATE_SSH }} > ~/.ssh/pkey
eval "$(ssh-agent -s)"
ssh-add "${{ secrets.SECRET_PRIVATE_SSH }}"
ssh-add ~/.ssh/pkey

0 comments on commit 14d7105

Please sign in to comment.