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