So, i have a project that uses React and Python, it has 3 branches (Development, Master and Production). I want to make that the Production branch has the builded version (all the virtualenv, react builded, etc).
I want to know if the bitbucket pipeline can process this information when commiting to Master and push to production.
Thanks in advance.