Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I am trying to integrate a github theme for multiple stores. I am using a workflow to deploy changes to all the themes each store is linked to a branh. I am ruinning into the issue that whenever I modify the template on my main branch it overwrites it on all the other branches affecting all other stores.
name: Pushing to all live branches on: push: branches: - main paths-ignore: - 'templates/**' - 'config/**' env: STORES: "test-store" jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 - name: Push changes to live branches run: | for branch in ${STORES} do git checkout main git pull git checkout -b live/$branch git push -f --set-upstream origin live/$branch done
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024