Use alpine:3.21 for deploy steps to fix OpenSSH key format
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Deploy Staging / Build backend (Nitro) (push) Has been cancelled
Deploy Staging / Deploy zu Hetzner (push) Has been cancelled

This commit is contained in:
chahinebrini 2026-06-18 07:41:40 +02:00
parent f83e5bf914
commit 57b9b3a567

View File

@ -31,7 +31,7 @@ steps:
depends_on: [install] depends_on: [install]
deploy-backend: deploy-backend:
image: alpine image: alpine:3.21
secrets: [staging_deploy_key] secrets: [staging_deploy_key]
commands: commands:
- apk add --no-cache openssh-client - apk add --no-cache openssh-client
@ -48,7 +48,7 @@ steps:
branch: main branch: main
deploy-admin: deploy-admin:
image: alpine image: alpine:3.21
secrets: [staging_deploy_key] secrets: [staging_deploy_key]
commands: commands:
- apk add --no-cache openssh-client - apk add --no-cache openssh-client