From 6658674bd0f47a2c302580d84c16b044d1ea95e7 Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 30 Oct 2024 17:43:03 +0100 Subject: [PATCH] =?UTF-8?q?1.=20Zaklik=20dodany=20do=20=C5=BAr=C3=B3de?= =?UTF-8?q?=C5=82=20do=20updatu=202.=20Zaklik=20dodany=20do=20create=20cer?= =?UTF-8?q?tificates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile | 2 +- deploy-this/update-from-git.jenkinsfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ){