sap-cx-actions/commerce-deploy
Triggers the deployment process for the SAP Commerce Cloud project in the CCv2.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| buildCode | The build code to deploy. | yes | — |
| environmentCode | The environment code to deploy the build to. | yes | — |
| databaseUpdateMode | The database update mode, any of the following: NONE, UPDATE, INITIALIZE (Be sure to use INITIALIZE). Default is NONE. | yes | NONE |
| deploymentMode | The deployment mode, any of the following: ROLLING_UPDATE, RECREATE, GREEN. Default is ROLLING_UPDATE. | yes | ROLLING_UPDATE |
| checkStatusInterval | The interval in milliseconds to check the status of the build. Default is 300000 ms (5 minutes). | no | 300000 |
| notify | Whether to send notifications, if true, the webhookUrl is required. | no | false |
| dryRun | Whether to run the action in dry-run mode. If true, the action will not trigger the deployment in actual CCv2. | no | false |
| timezone | The timezone to use for the timestamps. Default is America/New_York. | no | America/New_York |
Outputs
| name | description |
|---|---|
| deploymentCode | The code of the deployment. |
| deploymentStatus | The status of the deployment. |