fix envoy with backup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -119,7 +119,7 @@ return [
|
||||
|
||||
'redis' => [
|
||||
|
||||
'client' => env('REDIS_CLIENT', 'phpredis'),
|
||||
'client' => env('REDIS_CLIENT', 'predis'),
|
||||
|
||||
'options' => [
|
||||
'cluster' => env('REDIS_CLUSTER', 'redis'),
|
||||
|
||||
Reference in New Issue
Block a user