Skip to content

Commit

Permalink
Add Prod S3 Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
consindo committed Sep 25, 2019
1 parent b0e9934 commit e59b8b8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project {


object Build : BuildType({
name = "Build & Deploy JS to Test"
name = "Build & Deploy JS"

steps {
step {
Expand All @@ -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"
}
Expand All @@ -56,12 +57,6 @@ object Build : BuildType({
cleanCheckout = true
}

triggers {
vcs {
branchFilter = "+:*"
}
}

features {
commitStatusPublisher {
vcsRootExtId = DslContext.settingsRoot.id!!.value
Expand Down

0 comments on commit e59b8b8

Please sign in to comment.