fix ssh creds
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -47,7 +47,7 @@ pipeline {
|
||||
|
||||
stage('Deploy via SSH') {
|
||||
steps {
|
||||
sshagent(credentials: ['deploy-ssh-key']) {
|
||||
sshagent(credentials: ['gitea_credentials']) {
|
||||
sh """
|
||||
ssh -o StrictHostKeyChecking=no ${env.DEPLOY_USER}@${env.DEPLOY_HOST} << 'DEPLOY_EOF'
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user