1. Zaklik dodany do źródeł do updatu

2. Zaklik dodany do create certificates
This commit is contained in:
Artur 2024-10-30 17:43:03 +01:00
parent 6a9f4eac84
commit 6658674bd0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
def domainsToCert = [ def domainsToCert = [
// [ false, 'bodypainter.eu', "mail", "stat", "www" ] [ false, 'bodypainter.eu', "mail", "stat", "www" ]
// [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ] // [ false, 'artikus.dynu.net', "mail", "stat", "www", "nextcloud" ]
[ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder" ] [ false, "arti24.eu", "www", "api", "angular", "ai", "job-finder" ]

View File

@ -2,7 +2,8 @@ def projects = [
"proxy-nginx", "proxy-nginx",
"arti-angular-app", "arti-angular-app",
"angular-services", "angular-services",
"chat-gpt" "chat-gpt",
"zaklik-by-spring-boot"
] ]
def git_take( projects ){ def git_take( projects ){