10 lines
112 B
Bash
10 lines
112 B
Bash
#!/bin/bash
|
|
|
|
git pull origin production
|
|
|
|
composer install
|
|
php artisan migrate --force
|
|
|
|
npm install
|
|
npm run prod
|