push to the correct branch

This commit is contained in:
f 2021-09-30 14:13:27 -03:00
parent f71f0f4241
commit 17591e0db2

View file

@ -3,8 +3,6 @@ pipeline:
image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}
pull: true
commands:
- env
- exit 1
- bulk-compiler
- git add built/
- git config user.name Woodpecker
@ -16,7 +14,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 ${WOODPECKER_BRANCH}
- git push nulo ${DRONE_BRANCH}
secrets:
- HTTP_BASIC_USER
- HTTP_BASIC_PASSWORD