From c2503549cc607a6a3931e4327f753839fb003422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 12 Jan 2026 21:34:17 +0100 Subject: [PATCH] removing www --- .../lets-encrypt-create-cert.jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index 9fe6f67..99b922d 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -5,14 +5,14 @@ def email = env.LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com' def workDir = "/_sd_/_programs_/proxy-nginx/deploy-this/lets-encrypt" def domainsToCert = [ - [ false, 'plecianki.pl', 'www'], - [ false, 'kopama.com.pl', 'www'], - [ false, 'kopana.com.pl', 'www'], - [ false, 'bodypainter.eu', "www"], - [ false, 'themself.eu', "www","massage" ], + [ false, 'plecianki.pl'], + [ false, 'kopama.com.pl'], + [ false, 'kopana.com.pl'], + [ false, 'bodypainter.eu'], + [ false, 'themself.eu', "massage" ], [ false, "artiks.tk" ], - [ false, "arti24.eu", "www", "api", "angular", "plecianki", "git" ], - [ false, "katb.pl", "www"], + [ false, "arti24.eu", "api", "angular", "plecianki", "git" ], + [ false, "katb.pl"], [ false, "kursy.kopama.pl"], [ false, "statistics.kopama.pl"]