cancel
Showing results for 
Search instead for 
Did you mean: 

How to Use GitHub for SAP Hybris Commerce Cloud CX

former_member806202
Discoverer
0 Kudos

I am Trying to use GitHub, i know github Intermediately of its operations and functions.

for SAP Hybris Commerce, what all the Folders should i push to my repository, only Custom Folder enough or have to push Config, Data, etc.

Guide me for Push, What are the Folders to my GitHub Repository in Standard Way.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member815682
Discoverer
0 Kudos

How to use GitHub Actions for build and scan using sonar for hybris projects

former_member634058
Active Participant
0 Kudos

Hi Deepak,

For CCV2 deployment, you will need the following setup in github:

The bin folder will have the custom folder inside. The config will depend on how you want to pass the properties and extensions, the way you will be defining inside manifest.json.

Basically, anything which is supposed to be generated, like the data folder, does not need to be committed to git.

Thanks.