Compare commits

..

No commits in common. "127e7674d73c5ff9192a38bf2898ca389a491ea5" and "a51fd585a29b14aa27981210b200b2b08bd289b6" have entirely different histories.

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: true
default: false
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/infrastructure/ci-templates/raw/branch/main/deployer/typo3-recipe.php';
require 'https://git.cloonar.com/Cloonar/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';