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.
If I'm interpreting your question correctly, yes you can perform git operations in your pipeline. For example, a pipeline that runs on master can push to the production branch, assuming you don't have branch permissions or need PRs set up and it should just be automated.
Hope this helps, feel free to dump an example bitbucket-pipelines.yml here.
Davina
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.