ci: usar ssh_key en vez de git_base64_ssh_key
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Cat /dev/Nulo 2021-11-25 22:18:21 +00:00
parent d44c000e65
commit 3099f5c190

View file

@ -8,7 +8,7 @@ pipeline:
- make webpack hainish="sh -c"
- eval $(ssh-agent -s)
- echo "$${GIT_BASE64_SSH_KEY}" | base64 -d | ssh-add -
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
- git config user.name Woodpecker
- git config user.email ci@nulo.in
@ -16,7 +16,7 @@ pipeline:
- git status
- git diff-index --quiet HEAD --ignore-submodules || ( git add assets/js/pack* && git commit assets/js/ _data/assets.json -m "[skip ci] Recompilar JS" && git push -u nulo HEAD:${DRONE_BRANCH} )
secrets:
- git_base64_ssh_key
- ssh_key
when:
path:
include: