fix: php socket path for deployer
All checks were successful
Build / build (push) Successful in 4m9s
Build / deploy-stage (push) Successful in 2m51s
Build / switch-stage (push) Successful in 1m59s

This commit is contained in:
2024-12-15 02:35:02 +01:00
parent cb459a03da
commit 745d922159

View File

@@ -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