Compare commits
2 commits
a51fd585a2
...
127e7674d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 127e7674d7 | |||
| f1a2e70318 |
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ on:
|
||||||
description: 'Also deploy to production after stage succeeds'
|
description: 'Also deploy to production after stage succeeds'
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
secrets:
|
secrets:
|
||||||
stage_key:
|
stage_key:
|
||||||
description: 'SSH key for staging'
|
description: 'SSH key for staging'
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
namespace Deployer;
|
namespace Deployer;
|
||||||
|
|
||||||
// Option 1: Require from git raw URL (works immediately, no composer)
|
// 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)
|
// Option 2: Via composer (after adding to require-dev)
|
||||||
// require __DIR__ . '/../vendor/cloonar/ci-templates/deployer/typo3-recipe.php';
|
// require __DIR__ . '/../vendor/cloonar/ci-templates/deployer/typo3-recipe.php';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue