diff --git a/.forgejo/workflows/typo3-staged-deploy.yaml b/.forgejo/workflows/typo3-staged-deploy.yaml index bed5f3e..7da0481 100644 --- a/.forgejo/workflows/typo3-staged-deploy.yaml +++ b/.forgejo/workflows/typo3-staged-deploy.yaml @@ -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' diff --git a/examples/project-deploy.php b/examples/project-deploy.php index aa26385..79fe623 100644 --- a/examples/project-deploy.php +++ b/examples/project-deploy.php @@ -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';