Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New GitHub Action that will build and push our demo. ## Demo patch A patch containing all changes between develop and the current demo branch has been generated: ``` $ git diff develop..demo --binary > algolia-demo.patch ``` ## Workflow The GitHub Action will: - Checkout the `develop` branch (`${{ github.ref_name }}` points on the branch that triggered the workflow ([doc](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables))) - Generate the `algolia-config.json` and `commerce-api-config.json` files using `jq` to inject variables and secrets from env vars (c.f. [jq doc](https://jqlang.github.io/jq/manual/#$env-env)). - Apply the `algolia-demo.patch` - Build and push the bundle --- SFCC-384
- Loading branch information