idek anymore but i rewrote deploying so hopefully
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent fb2ff9cbeb
commit 8f490945b7

@ -9,14 +9,16 @@ pipeline:
when:
event: [ pull_request, push ]
publish:
image: alpine
image: bitnami/git
secrets: [ ssh_key ]
commands:
- apk add --no-cache git openssh >/dev/null
- mkdir ~/.ssh
- echo $ssh_key > ~/.ssh/id_ed25519
- ssh-add ~/.ssh/id_ed25519
- git config user.name "Woodpecker"
- git config user.email "no-reply@mail.ruthenic.com"
- git clone ssh://git@git.ruthenic.com:2200/Demon/demoncord-builds.git /tmp/demoncord-builds
- mv dist/build.js /tmp/demoncord-builds
- cd /tmp/demoncord-builds
- git commit -am "Update build"
- git push

Loading…
Cancel
Save