Fix Woodpecker config (7)

This commit is contained in:
lostinlight 2022-01-22 12:56:13 +03:00
parent 1ace5139f1
commit 7ad7041774
1 changed files with 2 additions and 0 deletions

View File

@ -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}"