fix: php socket path for deployer
This commit is contained in:
@@ -130,10 +130,10 @@ task('deploy', [
|
||||
]);
|
||||
|
||||
host('stage')
|
||||
->set('cachetool', '/var/run/phpfpm/gbv-aktuell.cloonar.dev.sock');
|
||||
->set('cachetool', '/var/run/phpfpm/lena-schilling.cloonar.dev.sock');
|
||||
|
||||
host('production')
|
||||
->set('cachetool', '/var/run/phpfpm/gbv-aktuell.at.sock');
|
||||
->set('cachetool', '/var/run/phpfpm/lena-schilling.at.sock');
|
||||
|
||||
after('deploy:symlink', 'cachetool:clear:opcache');
|
||||
// unlock after failure
|
||||
|
||||
Reference in New Issue
Block a user