12 lines
150 B
Bash
12 lines
150 B
Bash
#!/bin/bash
|
|
|
|
git pull origin production
|
|
|
|
composer install
|
|
php artisan migrate --force
|
|
php artisan test
|
|
php artisan optimize
|
|
|
|
npm install
|
|
npm run prod
|