From 164e97618ec77adf96ef9107b8394bea86391baa Mon Sep 17 00:00:00 2001 From: robbond Date: Sat, 7 Mar 2026 10:36:49 +0000 Subject: [PATCH] fix(ci): use verified Jenkins SSH key path for deploy stage --- Jenkinsfile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c95d353..3c8af6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,18 +85,15 @@ pipeline { stage('Deploy') { steps { - withCredentials([sshUserPrivateKey( - credentialsId: "${env.DEPLOY_SSH_CREDENTIAL_ID}", - keyFileVariable: 'SSH_KEY', - usernameVariable: 'SSH_USER' - )]) { - sh ''' + sh ''' bash <