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