Skip to content

Commit e59b8b8

Browse files
committed
Add Prod S3 Deployment
1 parent b0e9934 commit e59b8b8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.teamcity/settings.kts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project {
2222

2323

2424
object Build : BuildType({
25-
name = "Build & Deploy JS to Test"
25+
name = "Build & Deploy JS"
2626

2727
steps {
2828
step {
@@ -46,6 +46,7 @@ object Build : BuildType({
4646
unzip awscli-bundle.zip
4747
./awscli-bundle/install -b ./aws
4848
./aws s3 sync dist s3://test-assets-us-west-2.waka.app
49+
./aws s3 sync dist s3://assets-us-west-2.waka.app
4950
""".trim()
5051
dockerImage = "alpine:latest"
5152
}
@@ -56,12 +57,6 @@ object Build : BuildType({
5657
cleanCheckout = true
5758
}
5859

59-
triggers {
60-
vcs {
61-
branchFilter = "+:*"
62-
}
63-
}
64-
6560
features {
6661
commitStatusPublisher {
6762
vcsRootExtId = DslContext.settingsRoot.id!!.value

0 commit comments

Comments
 (0)