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