mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-10 09:59:51 +00:00
Fix Woodpecker config (5)
This commit is contained in:
parent
582e492f4f
commit
cc281ffb50
|
@ -27,6 +27,8 @@ pipeline:
|
||||||
- git config --global user.email "nonexistent@example.com"
|
- git config --global user.email "nonexistent@example.com"
|
||||||
- git config --global user.name "Codeberg CI"
|
- git config --global user.name "Codeberg CI"
|
||||||
- git remote set-url origin git@codeberg.org:fediverse/fediparty.git
|
- git remote set-url origin git@codeberg.org:fediverse/fediparty.git
|
||||||
|
- mkdir .ssh
|
||||||
|
- echo $SSH_KEY > .ssh/id_ed25519
|
||||||
# deploy changes
|
# deploy changes
|
||||||
- git add -A
|
- git add -A
|
||||||
- git commit -m "Woodpecker build ${CI_COMMIT_SHA}"
|
- git commit -m "Woodpecker build ${CI_COMMIT_SHA}"
|
||||||
|
|
Loading…
Reference in a new issue