'${CERTIFICATES_FOR}'

This commit is contained in:
Artur 2024-10-06 19:37:30 +02:00
parent 473d8bdbad
commit bb390cd49d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ def domainsToCert = [
// [ false, 'bodypainter.eu', "mail", "stat", "www" ]
// [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ]
[ false, '${env.CERTIFICATES_FOR}', "www"]
[ false, '${CERTIFICATES_FOR}', "www"]
]
def createCert(domains, repo){