From 6cd484ee57e95a3257b62a6e9c1033ae74bd6fc9 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Thu, 18 Jun 2026 08:19:57 +0200 Subject: [PATCH] Use WOODPECKER_VOLUME for SSH key mount --- .woodpecker.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8f369e3..f9d0a6c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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