okay what about this mx. woodpecker
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent 3f28e98529
commit c42aa51615

@ -9,18 +9,10 @@ pipeline:
when:
event: [ pull_request, push ]
publish:
image: bitnami/git
image: plugins/git-push
secrets: [ ssh_key ]
commands:
- mkdir -p ~/.ssh
- echo $ssh_key > ~/.ssh/id_ed25519
- chmod 400 ~/.ssh/id_ed25519
- eval "$(ssh-agent -s)"
- 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
settings:
path: ./dist
remote: ssh://git@git.ruthenic.com:2200/Demon/demoncord-builds.git
commit: true
commit_message: "Update build"

Loading…
Cancel
Save