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 <