mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-25 02:06:37 +00:00
Fix Woodpecker config (7)
This commit is contained in:
parent
1ace5139f1
commit
7ad7041774
|
@ -29,6 +29,8 @@ pipeline:
|
|||
- git remote set-url origin git@codeberg.org:fediverse/fediparty.git
|
||||
- mkdir ~/.ssh
|
||||
- echo $SSH_KEY > ~/.ssh/id_ed25519
|
||||
- sha256sum ~/.ssh/id_ed25519
|
||||
- ssh -v git@codeberg.org
|
||||
# deploy changes
|
||||
- git add -A
|
||||
- git commit -m "Woodpecker build ${CI_COMMIT_SHA}"
|
||||
|
|
Loading…
Reference in a new issue