can setup an OXID eShop from repository
This commit is contained in:
12
deploy.php
Normal file
12
deploy.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Deployer;
|
||||
|
||||
require 'recipe/composer.php';
|
||||
|
||||
// Setup
|
||||
|
||||
import(__DIR__. '/inventory.yml');
|
||||
|
||||
// Hooks
|
||||
|
||||
after('deploy:failed', 'deploy:unlock');
|
Reference in New Issue
Block a user