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 ef85da3 commit 2385dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
mkdir -p ~/.ssh/
echo "${{ secrets.SSH_PUB_KEY }}" > ~/.ssh/id_rsa.pub
ssh-keyscan -H ${{ secrets.SSH_IP }} >> ~/.ssh/known_hosts
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H ${{ secrets.SSH_IP }} >> ~/.ssh/known_hosts
ssh $SSH_USER@SSH_IP
touch uga.txt

0 comments on commit 2385dc9

Please sign in to comment.