Skip to content
Snippets Groups Projects
Commit 3099f5c1 authored by Nulo's avatar Nulo
Browse files

ci: usar ssh_key en vez de git_base64_ssh_key

parent d44c000e
Branches webpack-ci
No related tags found
1 merge request!16Compilar el JavaScript automáticamente en la CI
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment