remove old stuff and cleanup
This commit is contained in:
parent
97c8cb5cbb
commit
1b545ac769
7 changed files with 131 additions and 397 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue