Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bixel authored Jun 16, 2024
1 parent c6cee4a commit 5139dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
echo $SSH_PRIVATE_KEY > id_rsa
chmod 600 id_rsa
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
$(eval ssh-agent)
ssh-add id_rsa
rm id_rsa
- env:
Expand Down

0 comments on commit 5139dd9

Please sign in to comment.