mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Fix Woodpecker config (6)
This commit is contained in:
parent
cc281ffb50
commit
1ace5139f1
|
@ -27,8 +27,8 @@ pipeline:
|
|||
- git config --global user.email "nonexistent@example.com"
|
||||
- git config --global user.name "Codeberg CI"
|
||||
- git remote set-url origin git@codeberg.org:fediverse/fediparty.git
|
||||
- mkdir .ssh
|
||||
- echo $SSH_KEY > .ssh/id_ed25519
|
||||
- mkdir ~/.ssh
|
||||
- echo $SSH_KEY > ~/.ssh/id_ed25519
|
||||
# deploy changes
|
||||
- git add -A
|
||||
- git commit -m "Woodpecker build ${CI_COMMIT_SHA}"
|
||||
|
|
Loading…
Reference in a new issue