-
Notifications
You must be signed in to change notification settings - Fork 0
CI CD
Tom Randell edited this page Jun 7, 2020
·
1 revision
In order to get code into master, you will have to create a feature branch:
This should following the naming convention of feature/the-name-of-your-feature
.
Once you are satisfied your feature is complete, have followed the groundrules, and pushed up all your changes, then you should create a pull request via GitHub - this will trigger the Build pipeline to run, ensuring that everything is gravy before the changes can be merged in.
Once a PR has been successfully completed, then this action triggers the Deployment pipeline which deploys the showcase app to Github-Pages.