woodpecker: confiar en SSH

This commit is contained in:
Cat /dev/Nulo 2021-09-17 17:01:48 -03:00
parent 0f708b44f5
commit c7b8e2eb7c

View file

@ -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