CirclesUBI / circles-api-legacy

User and organization profile service
GNU Affero General Public License v3.0
4 stars 0 forks source link

Update codebuild config. Need to use codepipeline to have only one build branch. #5

Closed edzillion closed 6 years ago

edzillion commented 6 years ago

It seems that aws codebuild alone cannot be set to only build from one branch, so we need to use codepipeline as described here:

https://stackoverflow.com/a/50900403/65025

At the moment CI is turned off, I will come back to this when it is needed again.

edzillion commented 6 years ago

Currently we have one build branch on master, which works fine so I am going to close this.