From a6e8471f51b77ec888f6aad3cc3010c4efdff072 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 23 Apr 2025 09:52:02 +0200 Subject: [PATCH] fix: deploy tool socket for php cache --- build/deploy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/deploy.php b/build/deploy.php index ee7766e..03cd932 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -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