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