can setup an OXID eShop from repository

This commit is contained in:
2024-10-16 08:20:07 +02:00
commit 4baeeb58ec
4 changed files with 104 additions and 0 deletions

12
deploy.php Normal file
View File

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