-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Bitbucket Integration #1183
Comments
Investigating the same workflow have single store repos that are deployed to multiple Shopify regional stores. Example pipelines document similar to github deploy-theme.yml would be very beneficial in documentation as found here https://shopify.dev/themes/tools/cli/ci-cd |
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. |
Please can this ticket be reopened just trying to bump this. Still a critical requirement for us |
I agree, still pondering if we should build our own or wait for Shopify 🤔 |
This would be very helpful. I believe a lot of people are wandering around looking for a solution and end up here like me |
What area(s) will this request affect?
Theme, Deployment
What type of change do you want to see?
New feature
Overview
Replicate the GitHub theme sync integration for those of us who store our corporate repositories on Bitbucket.
Motivation
I'm trying to implement a sync solution between Shopify and Bitbucket private repositories using Bitbucket pipelines.
Unfortunately, hit a roadblock when running a '--pull' command and committing/merging the changes that are made in theme editor; if a developer makes changes in repo that diverge from the change in theme editor, additional '--pull' commands will simply overwrite the change!
The text was updated successfully, but these errors were encountered: