/_programs_/proxy-nginx/deploy-this/lets-encrypt"
This commit is contained in:
parent
b2a10b7148
commit
e9ce03dd02
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue