woodpecker: confiar en SSH
This commit is contained in:
parent
0f708b44f5
commit
c7b8e2eb7c
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ pipeline:
|
|||
- make webpack hainish="sh -c"
|
||||
- mkdir ~/.ssh/
|
||||
- echo $${GIT_SSH_KEY} > ~/.ssh/id_ed25519
|
||||
- echo "[nulo.in]:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP" > ~/.ssh/known_hosts
|
||||
- git checkout ${DRONE_BRANCH} # Tenemos que hacer esto porque Woodpecker solo `git reset` ea el commit que quiere.
|
||||
- git config user.name Woodpecker
|
||||
- git config user.email ci@nulo.in
|
||||
|
|
Loading…
Reference in a new issue