/_programs_/proxy-nginx/deploy-this/lets-encrypt"

This commit is contained in:
Artur Kuś 2025-04-28 08:43:35 +02:00
parent b2a10b7148
commit e9ce03dd02
1 changed files with 1 additions and 1 deletions

View File

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