From 27a8d4709fdd07e95ede9ba67553dccd4c8a1ae7 Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 20 Oct 2024 19:36:41 +0200 Subject: [PATCH] New project chat-gpt --- deploy-this/update-from-git.jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy-this/update-from-git.jenkinsfile b/deploy-this/update-from-git.jenkinsfile index f9f2d2c..f303a5c 100644 --- a/deploy-this/update-from-git.jenkinsfile +++ b/deploy-this/update-from-git.jenkinsfile @@ -1,7 +1,8 @@ def projects = [ "proxy-nginx", "arti-angular-app", - "angular-services" + "angular-services", + "chat-gpt" ] def git_take( projects ){