remove old stuff and cleanup

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-03 15:08:27 +01:00
parent 97c8cb5cbb
commit 1b545ac769
7 changed files with 131 additions and 397 deletions

View file

@ -8,11 +8,7 @@
namespace Deployer;
// Option 1: Require from git raw URL (works immediately, no composer)
require 'https://git.cloonar.com/infrastructure/ci-templates/raw/branch/main/deployer/typo3-recipe.php';
// Option 2: Via composer (after adding to require-dev)
// require __DIR__ . '/../vendor/cloonar/ci-templates/deployer/typo3-recipe.php';
require __DIR__ . '/../deployer-lib.php';
// Import project-specific server config
import(__DIR__ . '/servers.yaml');