Files
portal/deploy.sh
2020-03-29 12:18:30 +02:00

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