fix: deploy tool socket for php cache
Some checks failed
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Has been cancelled

This commit is contained in:
2025-04-23 09:52:02 +02:00
parent c2a8d3f67b
commit a6e8471f51

View File

@@ -130,10 +130,10 @@ task('deploy', [
]);
host('stage')
->set('cachetool', '/var/run/phpfpm/lena-schilling.cloonar.dev.sock');
->set('cachetool', '/var/run/phpfpm/dialog-relations.cloonar.dev.sock');
host('production')
->set('cachetool', '/var/run/phpfpm/lena-schilling.at.sock');
->set('cachetool', '/var/run/phpfpm/dialog-relations.at.sock');
after('deploy:symlink', 'cachetool:clear:opcache');
// unlock after failure