amazon web services - Deploy specific branch with AWS CodeDeploy. Is it possible somehow? -


i have applied this:

https://blogs.aws.amazon.com/application-management/post/tx33xkakurccw83/automatically-deploy-from-github-using-aws-codedeploy

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:

  1. assuming you've set application , deploy group code deploy, create 1 group "dev" branch, , deploy group "qa" or "stage".
  2. enable codepipeline in aws console.
  3. create new pipeline authorizing github account , providing access repository , branches desire.
  4. in beta section of new pipeline, edit it, authorize github again, , choose specific branch wish deploy when changes made.
  5. now system automatically deploy based on specific branch.

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -