Skip to content

Commit

Permalink
Fix SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Aug 14, 2023
1 parent cc2f7a2 commit dd70166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
path: /home/gradle/.gradle
commands:
- mkdir $HOME/.ssh
- echo $SSH_KEY > $HOME/.ssh/id_ed25519
- echo "$SSH_KEY" > $HOME/.ssh/id_ed25519
- chmod 600 $HOME/.ssh/id_ed25519
- touch $HOME/.ssh/known_hosts
- chmod 600 $HOME/.ssh/known_hosts
Expand Down

0 comments on commit dd70166

Please sign in to comment.