Use WOODPECKER_VOLUME for SSH key mount
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 08:19:57 +02:00
parent ff4511e9c8
commit 6cd484ee57

View File

@ -32,8 +32,6 @@ steps:
deploy-backend:
image: alpine:3.21
volumes:
- /home/runner/.ssh:/root/ssh-keys:ro
commands:
- apk add --no-cache openssh-client
- mkdir -p ~/.ssh
@ -50,8 +48,6 @@ steps:
deploy-admin:
image: alpine:3.21
volumes:
- /home/runner/.ssh:/root/ssh-keys:ro
commands:
- apk add --no-cache openssh-client
- mkdir -p ~/.ssh