mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-03-14 19:53:49 +00:00
Fix Woodpecker config (21)
This commit is contained in:
parent
b301a1ad60
commit
7519277f14
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ pipeline:
|
||||||
- apk add openssh
|
- apk add openssh
|
||||||
- printf '%s\n' "$${SSH_KEY}" > key
|
- printf '%s\n' "$${SSH_KEY}" > key
|
||||||
- chmod 600 key
|
- chmod 600 key
|
||||||
|
- wc -c key
|
||||||
|
- sha256sum key
|
||||||
- ssh-keygen -l -f key
|
- ssh-keygen -l -f key
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue