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: when:
event: [ pull_request, push ] event: [ pull_request, push ]
publish: publish:
image: alpine image: bitnami/git
secrets: [ ssh_key ] secrets: [ ssh_key ]
commands: commands:
- apk add --no-cache git openssh >/dev/null
- mkdir ~/.ssh - mkdir ~/.ssh
- echo $ssh_key > ~/.ssh/id_ed25519 - echo $ssh_key > ~/.ssh/id_ed25519
- ssh-add ~/.ssh/id_ed25519 - ssh-add ~/.ssh/id_ed25519
- git config user.name "Woodpecker" - git config user.name "Woodpecker"
- git config user.email "no-reply@mail.ruthenic.com" - 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 commit -am "Update build"
- git push - git push

Loading…
Cancel
Save