Fix deploy script group

This commit is contained in:
Tim 2025-05-04 15:15:59 +02:00
parent 9b699ea4c7
commit d62d34fb63
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ host('snips.loken.nl')
return input()->getOption('branch') ?: 'master';
})
->set('deploy_path', '/var/www/snips.loken.nl')
;
;

View File

@ -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);