deployments
Deployments​
Here is the workflow:-
Introduction POWrline​
POWr deployment pipeline

- Create a branch from master
git checkout -b feature/your-feature-name - After you are done with your feature, create a pull request to
alphabranch. - Do not merge yet, this will auto deploy to your own url, something like this 👇

- 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
alphabranch. - 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. - Finally merge just your code, not the code from staging, or alpha.