Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The deployOCC operation is a partial project deploy operation for use with FlexDeploy's partial deployment system. It deploys packages created by the buildOCC operation to a CX Commerce node using DCU and PLSU.

If the OCC Account and Source OCC Account are the same, page layouts will be skipped automatically. They will not show up in the deployment files tab.

Image Added

If the node of the OCC Account matches the node in the .ccc/config.json node property, a dcu --put command will be used instead of a dcu --transfer. Note that dcu --put will check for modification before deployment. You can work around this by either checking in a modified config.json file with a different node (one that is not any of your actual nodes).

Environment/Instance Properties

...

This operation consumes a zip file artifact from the artifacts repository. The zip file may be empty if only Page Layouts are being transferred. Page Layouts are transferred directly from instance to instance.

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance. You can add any endpoint to environment/instance as this operation does not depend on any external libraries or utilities.

...