Skip to main content

deployments

Deployments​

Here is the workflow:-

Introduction POWrline​

POWr deployment pipeline

screen shot 2018-05-15 at 11 05 43 am
  1. Create a branch from master git checkout -b feature/your-feature-name
  2. After you are done with your feature, create a pull request to alpha branch.
  3. Do not merge yet, this will auto deploy to your own url, something like this 👇
app_json_by_dahal_ _pull_request__1874_ _superpowr_powr
  1. Please make sure the build, deploy and basic functionality works as expected. If you have to test this feature with integrations/platforms, please merge it to alpha branch.
  2. After you are done testing, with all edge cases taken care of, please merge it with staging. Ideally code going to staging is expected to bug-proof and as good as master (production). There is where QA, Product Managers will review it, give you feedbacks.
  3. Finally merge just your code, not the code from staging, or alpha.