OXID-Deployer/deploy.php

13 lignes
156 B
PHP
Brut Vue normale Historique

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