Tomishinets Vladimir 5 years ago
parent
commit
11be317486
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OFFICERenewalWildcardJenkinsfile

+ 1 - 1
OFFICERenewalWildcardJenkinsfile

@@ -80,7 +80,7 @@ pipeline {
           git_clone(PKI_GIT_URL)
           git_clone(SWARM_GIT_URL)
           withCredentials([sshUserPrivateKey(credentialsId: 'ansible', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
-            sh "ssh -i ${GIT_SSH_KEY} pbx"
+            sh "ssh -i ${GIT_SSH_KEY} ansible@pbx.sdsys.ru"
           }
           NEW_ENDDATE = sh (script: "openssl x509 -enddate -noout -in ${CONFIG_DIR}/live/${DOMAIN}/cert.pem", returnStdout: true).trim()
           TARGET_HOSTS_APACHE.each { item ->