This commit is contained in:
parent
1888663b20
commit
5a97c315de
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
# Create the SSH key file
|
# Create the SSH key file
|
||||||
- tee "$SSH_KEY" > ~/.ssh/id_ed25519
|
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||||
- chmod 600 ~/.ssh/id_ed25519
|
- chmod 600 ~/.ssh/id_ed25519
|
||||||
- ssh-keyscan -t ed25519 git.polarolouis.fr >> ~/.ssh/known_hosts
|
- ssh-keyscan -t ed25519 git.polarolouis.fr >> ~/.ssh/known_hosts
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue