mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 17:56:35 +00:00
Fix Woodpecker config (22)
This commit is contained in:
parent
7519277f14
commit
ce5df854dd
|
@ -1,10 +1,11 @@
|
|||
|
||||
pipeline:
|
||||
key_check:
|
||||
image: alpine
|
||||
image: debian:testing-slim
|
||||
secrets: [ ssh_key ]
|
||||
commands:
|
||||
- apk add openssh
|
||||
- apt-get update
|
||||
- apt-get -y -qq install --no-install-recommends ssh-client
|
||||
- printf '%s\n' "$${SSH_KEY}" > key
|
||||
- chmod 600 key
|
||||
- wc -c key
|
||||
|
|
Loading…
Reference in a new issue