From e59b8b8838613a49af36b8aa741d9f2ab0ed3041 Mon Sep 17 00:00:00 2001 From: Jono Cooper Date: Wed, 25 Sep 2019 22:44:26 +1200 Subject: [PATCH] Add Prod S3 Deployment --- .teamcity/settings.kts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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