PHP Interface App\Services\Deployment\DeployCommanderInterface

Afficher le fichier Open project: ngmy/webloyer

Méthodes publiques

Méthode Description
deploy ( mixed $deployment ) : boolean Give the command to deploy
rollback ( mixed $deployment ) : boolean Give the command to rollback

Method Details

deploy() public méthode

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean

rollback() public méthode

Give the command to rollback
public rollback ( mixed $deployment ) : boolean
$deployment mixed
Résultat boolean