config : enable panel install on production
Some checks failed
Deploy Preprod / Build and Deploy to Preprod (push) Failing after 28s
Some checks failed
Deploy Preprod / Build and Deploy to Preprod (push) Failing after 28s
This commit is contained in:
parent
f994b1c982
commit
78ac0940d0
2 changed files with 5 additions and 4 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue