You are here

protected function Provision_PlatformGit::deployPlatform in Aegir Deploy 7.3

1 call to Provision_PlatformGit::deployPlatform()
Provision_PlatformGit::validateProvisionVerify in modules/platform_git/drush/Provision/PlatformGit.php

File

modules/platform_git/drush/Provision/PlatformGit.php, line 36
The Provision_PlatformGit class.

Class

Provision_PlatformGit
@file The Provision_PlatformGit class.

Code

protected function deployPlatform() {
  $this
    ->notice(dt('Deploying platform.'));
  return $this
    ->gitClone() && $this
    ->gitCheckout();
}