env var
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
f 2021-12-23 16:21:06 -03:00
parent a8203bbc88
commit 73ce559065

View file

@ -3,7 +3,7 @@ pipeline:
image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}
pull: true
commands:
- git checkout -B ${DRONE_BRANCH}
- git checkout -B ${CI_COMMIT_BRANCH}
- bulk-compiler
- git add built/
- git config user.name Woodpecker
@ -15,7 +15,7 @@ pipeline:
- echo '[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP' >> ~/.ssh/known_hosts
- eval $(ssh-agent -s)
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
- git push nulo ${DRONE_BRANCH}
- git push nulo ${CI_COMMIT_BRANCH}
secrets:
- HTTP_BASIC_USER
- HTTP_BASIC_PASSWORD