You are here

constant DEPLOY_STATUS_FAILED in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 deploy.module \DEPLOY_STATUS_FAILED

Deployment statuses.

4 uses of DEPLOY_STATUS_FAILED
DeployEndpoint::deploy in includes/DeployEndpoint.inc
Deploys all entities over to the endpoint.
DeployEndpoint::publish in includes/DeployEndpoint.inc
Publishes all entities on the endpoint. Happens after deployment.
DeployPlan::deploy in includes/DeployPlan.inc
Deploy the plan.
deploy_log in ./deploy.module
Helper function to log deployments.

File

./deploy.module, line 21
Deploy module functions.

Code

define('DEPLOY_STATUS_FAILED', 0);