Compare commits
No commits in common. "127e7674d73c5ff9192a38bf2898ca389a491ea5" and "a51fd585a29b14aa27981210b200b2b08bd289b6" have entirely different histories.
127e7674d7
...
a51fd585a2
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: true
|
default: false
|
||||||
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/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)
|
// 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