fix: php socket path for deployer
This commit is contained in:
parent
cb459a03da
commit
745d922159
1 changed files with 2 additions and 2 deletions
|
|
@ -130,10 +130,10 @@ task('deploy', [
|
||||||
]);
|
]);
|
||||||
|
|
||||||
host('stage')
|
host('stage')
|
||||||
->set('cachetool', '/var/run/phpfpm/gbv-aktuell.cloonar.dev.sock');
|
->set('cachetool', '/var/run/phpfpm/lena-schilling.cloonar.dev.sock');
|
||||||
|
|
||||||
host('production')
|
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');
|
after('deploy:symlink', 'cachetool:clear:opcache');
|
||||||
// unlock after failure
|
// unlock after failure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue