This commit is contained in:
parent
85841ba154
commit
cb4939bd85
1 changed files with 7 additions and 2 deletions
|
|
@ -142,9 +142,14 @@ set('release_or_current_path', function () {
|
|||
// PHP-FPM Reload (for NixOS infrastructure)
|
||||
// =============================================================================
|
||||
|
||||
// needed for t3o infrastructure
|
||||
task('php:reload', function() {
|
||||
run('php-reload');
|
||||
})->desc('Reload PHP-FPM');
|
||||
})->select('stage=contentmaster');
|
||||
|
||||
task('php:reload-prod', function() {
|
||||
run('php-reload');
|
||||
})->select('stage=production');
|
||||
|
||||
// =============================================================================
|
||||
// Deployment Strategies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue