diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index a9e450e2..84fc861d 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -22,7 +22,7 @@ project { object Build : BuildType({ - name = "Build & Deploy JS to Test" + name = "Build & Deploy JS" steps { step { @@ -46,6 +46,7 @@ object Build : BuildType({ unzip awscli-bundle.zip ./awscli-bundle/install -b ./aws ./aws s3 sync dist s3://test-assets-us-west-2.waka.app + ./aws s3 sync dist s3://assets-us-west-2.waka.app """.trim() dockerImage = "alpine:latest" } @@ -56,12 +57,6 @@ object Build : BuildType({ cleanCheckout = true } - triggers { - vcs { - branchFilter = "+:*" - } - } - features { commitStatusPublisher { vcsRootExtId = DslContext.settingsRoot.id!!.value