diff --git a/Jenkinsfile b/Jenkinsfile index a55571d..78a6020 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { stage('Deploy via SSH') { steps { - sshagent(credentials: ['mini_cluster']) { + sshagent(credentials: ['deploy-ssh-key']) { sh """ ssh -o StrictHostKeyChecking=no ${env.DEPLOY_USER}@${env.DEPLOY_HOST} << 'DEPLOY_EOF' set -e