diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index b912b5d..c0064dd 100755 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -1,6 +1,6 @@ def projects = [ "proxy-nginx", - "zaklik-by-node-js" + "arti24" ] def git_take( projects ){ @@ -19,7 +19,7 @@ def git_take( projects ){ } git_take = git_take +"-C "+project+" pull" }else{ - git_take = git_take +"clone "+ "https://git.arti24.eu/gitea"+project+".git" + git_take = git_take +"clone "+ "https://git.arti24.eu/gitea/"+project+".git" } sh( git_take ) dir( project ){