woodpecker: usar appleboy/drone-git-push

This commit is contained in:
Cat /dev/Nulo 2021-09-17 17:09:05 -03:00
parent c7b8e2eb7c
commit ca897efe9a

View file

@ -1,20 +1,20 @@
pipeline: pipeline:
deploy: build:
image: registry.nulo.in/sutty/haini.sh:latest image: registry.nulo.in/sutty/haini.sh:latest
commands: commands:
- rm assets/js/* - rm assets/js/*
- make yarn hainish="sh -c" - make yarn hainish="sh -c"
- make webpack hainish="sh -c" - make webpack hainish="sh -c"
- mkdir ~/.ssh/ - git checkout ${DRONE_BRANCH}
- 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.name Woodpecker
- git config user.email ci@nulo.in - git config user.email ci@nulo.in
- git add assets/js/* _data/assets.json - git add assets/js/* _data/assets.json
- git commit -m "Recompilar JS" - git commit -m "Recompilar JS"
- git remote add nulo ssh://_gitea@nulo.in:420/Sutty/sutty-base-jekyll-theme.git push:
- git push -u nulo ${DRONE_BRANCH} image: docker.io/appleboy/drone-git-push
branch: ${DRONE_BRANCH}
remote: ssh://_gitea@nulo.in:420/Sutty/sutty-base-jekyll-theme.git
remote_name: nulo
secrets: secrets:
- ssh_key - ssh_key
when: when: