Pantheon\Terminus\FeatureTests\FeatureContext::iDeployTheEnvironmentOf PHP Method

iDeployTheEnvironmentOf() public method

public iDeployTheEnvironmentOf ( [string] $env, [string] $from, [string] $site, [string] $message ) : [void]
$env [string]
$from [string]
$site [string]
$message [string]
return [void]
    public function iDeployTheEnvironmentOf($env, $from, $site, $message)
    {
        $this->iRun("terminus env:deploy --site={$site} --to-env={$env} --from-env={$from} --note={$note}");
    }