Expand navbar with protection

This commit is contained in:
Tim
2023-04-05 00:55:02 +02:00
parent 22735cf884
commit ccab49dd3c
4 changed files with 13 additions and 6 deletions

View File

@ -24,7 +24,7 @@ set('allow_anonymous_stats', false);
host('snips.loken.nl')
->setRemoteUser('www-data')
->set('branch', function () {
return input()->getOption('branch') ?: 'develop';
return input()->getOption('branch') ?: 'main';
})
->set('deploy_path', '~/snips.loken.nl');