13 regels
156 B
PHP
13 regels
156 B
PHP
<?php
|
|
namespace Deployer;
|
|
|
|
require 'recipe/composer.php';
|
|
|
|
// Setup
|
|
|
|
import(__DIR__. '/inventory.yml');
|
|
|
|
// Hooks
|
|
|
|
after('deploy:failed', 'deploy:unlock');
|