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" } }