You are here

git.php in Aegir Deploy 7.3

The Provision_Service_platform_git class..

File

modules/platform_git/drush/Provision/Service/platform/git.php
View source
<?php

/**
 * @file
 * The Provision_Service_platform_git class..
 */
class Provision_Service_platform_git extends Provision_Service {
  public $service = 'platform_git';
  static function subscribe_platform($context) {
    $context
      ->setProperty('git_repository_url');
    $context
      ->setProperty('git_repository_path');
    $context
      ->setProperty('git_reference');
  }

}

Classes

Namesort descending Description
Provision_Service_platform_git @file The Provision_Service_platform_git class..