From 745d922159d97d7c5cf2171cac6fe21f00fff90e Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 15 Dec 2024 02:35:02 +0100 Subject: [PATCH] fix: php socket path for deployer --- build/deploy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/deploy.php b/build/deploy.php index b364c55..ee7766e 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -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