cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find a detailed guide to deploy a composable storefront application in ccv2?

oscar_san
Explorer
0 Kudos
626

I'm very new using composable storefront. I'm still researching about it.

What I don't know is what is the process to make a new deployment in ccv2?

I mean, do I have to put my new composable storefront in a new branch and create a new single build for that? Is there a way to deploy only the composable storefront without any impact in the whole application (backend)?

Where can I find this information step by step?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Bill-from-SAP
Advisor
Advisor

To build on Samuel's answer

> do I have to put my new composable storefront in a new branch

It's same repo/branch as commerce cloud. You have a "core-customer" folder for Commerce Cloud backend, and a folder "js-storefront" for frontend. Everything is built at same time (backend first) when you run a build.

The cloud documentation is here.

oscar_san
Explorer
0 Kudos

So, if I want to deploy changes with only frontend modifications using Spartacus, the real benefit would be if I have my storefront deployed on an external application server like Azure, right?

samuelyang
Product and Topic Expert
Product and Topic Expert

Hi Oscar,

Please follow the instrucitons at Using Composable Storefront with SAP Commerce Cloud in the Public Cloud to deploy your Composable Storefront codes to Commerce Cloud.

You can refer to a sample Repo. for how to structure your project codes.