mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
TeamCity change in 'Spring Petclinic' project: 'Deploy' build configuration was created
This commit is contained in:
parent
95452f209c
commit
8a158693e0
1 changed files with 5 additions and 0 deletions
5
.teamcity/settings.kts
vendored
5
.teamcity/settings.kts
vendored
|
@ -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"
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue