diff --git a/deploy.php b/deploy.php index 053b9cf..1979b56 100644 --- a/deploy.php +++ b/deploy.php @@ -14,4 +14,4 @@ host('snips.loken.nl') return input()->getOption('branch') ?: 'master'; }) ->set('deploy_path', '/var/www/snips.loken.nl') -; \ No newline at end of file +; diff --git a/deploy/symfony.php b/deploy/symfony.php index 0edebed..f83cfba 100644 --- a/deploy/symfony.php +++ b/deploy/symfony.php @@ -14,7 +14,7 @@ set('shared_files', ['.env.local']); set('writable_dirs', ['.']); set('writable_mode', 'sticky'); -set('http-group', 'var-www'); +set('http-group', 'www-data'); set('migrations_config', ''); set('allow_anonymous_stats', false);