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