Name the branch based off of the activity you'll be completing
3
Develop inside of the new branch
4
Fire up HubL server "gulp dev" and check your changes locally
5
Create a Merge Request back into Master
Review
Once the local branch has been merged back into the master branch by the head developer, we'll need to update staging for the final review before deployment.
1
Fetch all remotes
2
Merge Master into staging
3
Push staging
4
Send staging.leanlabs.info:8080/(client URL) to the GDD lead for final review.
Deploy to Production
1
Create archived versions of the files being replaced in production.
2
FTP the new files into place
3
Review the active sitemap to ensure nothing has been broken due to the deployment.
4
Send to GDD lead for review.
5
Remove all obsolete or archived files from production if they are no longer needed.