change deploy

This commit is contained in:
2020-03-29 12:18:30 +02:00
parent 78271b776a
commit 5c20bdfd1a

9
deploy.sh Normal file
View File

@@ -0,0 +1,9 @@
git pull origin production
composer install
php artisan migrate --force
php artisan test
php artisan optimize
npm install
npm run prod