amazon web services - Deploy specific branch with AWS CodeDeploy. Is it possible somehow? -
i have applied this:
it mentions push default branch github.
what other branches 1 might have in same repo?
can somehow specify branch deploy?
here how can accomplish branch-specific deploy scenarios using aws code deploy , aws codepipeline:
- assuming you've set application , deploy group code deploy, create 1 group "dev" branch, , deploy group "qa" or "stage".
- enable codepipeline in aws console.
- create new pipeline authorizing github account , providing access repository , branches desire.
- in beta section of new pipeline, edit it, authorize github again, , choose specific branch wish deploy when changes made.
- now system automatically deploy based on specific branch.
Comments
Post a Comment