Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguirra committed Mar 27, 2024
1 parent 2385dc9 commit 80437df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

run: |
mkdir -p ~/.ssh/
touch ~/.ssh/id_rsa.pub
echo "${{ secrets.SSH_PUB_KEY }}" > ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H ${{ secrets.SSH_IP }} >> ~/.ssh/known_hosts
Expand Down

0 comments on commit 80437df

Please sign in to comment.