PHP Class Pantheon\Terminus\Commands\Env\DeployCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
deploy ( string $site_env, $options = ['sync-content' => false, 'note' => 'Deploy from Terminus', 'cc' => false, 'updatedb' => false] ) Deploy the dev environment to either test or live

Method Details

deploy() public method

Deploy the dev environment to either test or live
public deploy ( string $site_env, $options = ['sync-content' => false, 'note' => 'Deploy from Terminus', 'cc' => false, 'updatedb' => false] )
$site_env string Site & environment to deploy to, in the form `site-name.env`