diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index 811de2c..ca4ad55 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -70,7 +70,10 @@ pipeline { ''' sh 'git commit -am "JENKINS: Changed deployed version to $GIT_COMMIT"' sshagent(['gitea-deploy-key']) { - sh 'git push' + sh ''' + git remote set-url ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git + git push + ''' } } }