fix envoy with backup

This commit is contained in:
Romulus21
2021-03-22 23:14:45 +01:00
parent 0d361a36bd
commit 770e937dc3
2 changed files with 4 additions and 2 deletions

View File

@@ -54,9 +54,11 @@
cd {{ $config->prod_path }}
php artisan down
php artisan backup:run
rsync -avz storage/app/Portal/ raspiwork:/media/pi/RaspiWorkData/Sav/Portal
git reset --hard HEAD
git pull origin {{ $config->prod_branch }}
composer install --no-dev
php composer.phar install --no-dev
npm install --only=dependencies
npm run production --only=dependencies
php artisan migrate --force

View File

@@ -119,7 +119,7 @@ return [
'redis' => [
'client' => env('REDIS_CLIENT', 'phpredis'),
'client' => env('REDIS_CLIENT', 'predis'),
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),