From e9ce03dd02f4a43482e339b7f03ba56f412f9de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 28 Apr 2025 08:43:35 +0200 Subject: [PATCH] /_programs_/proxy-nginx/deploy-this/lets-encrypt" --- deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile index 50e81ef..9ea554b 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Make https cert for my domains') { steps { - dir("/_programs_/zaklik-by-spring-boot/lets-encrypt"){ + dir("/_programs_/proxy-nginx/deploy-this/lets-encrypt"){ sh "docker compose --file lets-encrypt.yml --env-file lets.env run --rm certbot renew" } }