From 8a158693e0e62e9bc896eaf1dd303de7b13801a9 Mon Sep 17 00:00:00 2001 From: "tommaso@teklada.com" Date: Sat, 18 May 2024 10:44:10 +0000 Subject: [PATCH] TeamCity change in 'Spring Petclinic' project: 'Deploy' build configuration was created --- .teamcity/settings.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index dd421a015..96aec3512 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -33,6 +33,7 @@ version = "2024.03" project { buildType(Build) + buildType(Deploy) } object Build : BuildType({ @@ -75,3 +76,7 @@ object Build : BuildType({ } } }) + +object Deploy : BuildType({ + name = "Deploy" +})