8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
namespace Deployer;
|
|
|
|
require_once __DIR__.'/vendor/d3/oxid-deployer/recipe/oxid.php';
|
|
|
|
// Setup
|
|
|
|
import(__DIR__. '/inventory.yml'); |