diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index 2f9be71..78e34e6 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -1,6 +1,6 @@ def domainsToCert = [ - // [ false, 'bodypainter.eu', "mail", "stat", "www" ] + [ false, 'bodypainter.eu', "mail", "stat", "www" ] // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] [ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder" ] diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index f303a5c..1bae0d3 100644 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -2,7 +2,8 @@ def projects = [ "proxy-nginx", "arti-angular-app", "angular-services", - "chat-gpt" + "chat-gpt", + "zaklik-by-spring-boot" ] def git_take( projects ){