config : enable panel install on production
Some checks failed
Deploy Preprod / Build and Deploy to Preprod (push) Failing after 28s

This commit is contained in:
isUnknown 2026-01-30 08:02:50 +01:00
parent f994b1c982
commit 78ac0940d0
2 changed files with 5 additions and 4 deletions

View file

@ -39,12 +39,12 @@ jobs:
echo "Deploying site/"
sshpass -p "$PASSWORD" rsync -az --delete -O \
--exclude 'accounts/*' \
--exclude 'cache/*' \
--exclude 'sessions/*' \
--include 'accounts/' \
--include 'cache/' \
--exclude 'accounts/*' \
--include 'sessions/' \
--exclude 'sessions/*' \
--include 'cache/' \
--exclude 'cache/*' \
-e 'ssh -p 2244 -o StrictHostKeyChecking=no' \
site/ $USERNAME@$HOST:$PREPROD_PATH/site/

View file

@ -25,6 +25,7 @@ return [
'css' => 'assets/css/panel.css',
'favicon' => 'favicon.svg',
'menu' => require(__DIR__ . '/menu.php'),
'install' => 'true'
],
'routes' => [
require(__DIR__ . '/routes/logout.php'),