PHP Interface App\Services\Deployment\DeployCommanderInterface

Show file Open project: ngmy/webloyer

Public Methods

Method Description
deploy ( mixed $deployment ) : boolean Give the command to deploy
rollback ( mixed $deployment ) : boolean Give the command to rollback

Method Details

deploy() public method

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
return boolean

rollback() public method

Give the command to rollback
public rollback ( mixed $deployment ) : boolean
$deployment mixed
return boolean