10 lines
137 B
Bash
10 lines
137 B
Bash
git pull origin production
|
|
|
|
composer install
|
|
php artisan migrate --force
|
|
php artisan test
|
|
php artisan optimize
|
|
|
|
npm install
|
|
npm run prod
|