Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ on:
description: 'Also deploy to production after stage succeeds'
required: false
type: boolean
default: false
default: true
secrets:
stage_key:
description: 'SSH key for staging'

View file

@ -9,7 +9,7 @@
namespace Deployer;
// Option 1: Require from git raw URL (works immediately, no composer)
require 'https://git.cloonar.com/Cloonar/ci-templates/raw/branch/main/deployer/typo3-recipe.php';
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';