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 503acbb commit d88a3f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
run: |
mkdir ~/.ssh
touch ~/.ssh/known_hosts
ssh-keyscan ${{ secrets.SECRET_HOST }} >> ~/.ssh/known_hosts
eval "$(ssh-agent -s)"
ssh-add ${{ secrets.SECRET_PRIVATE_SSH }}
ssh-keyscan ${{ secrets.SECRET_HOST }} >> ~/.ssh/known_hosts

0 comments on commit d88a3f4

Please sign in to comment.