Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* @var \TYPO3\Surf\Domain\Model\Deployment $deployment
* @var \TYPO3\Surf\Domain\Model\SimpleWorkflow $workflow
*/
$domain = '';
$server = '';
$user = '';
$branch = 'master';
<?php
/**
* @file
* Install, update and uninstall functions for my project.
*/
/**
* Implements hook_install().
*