fix deploy

This commit is contained in:
2020-03-29 12:12:53 +02:00
parent cbcf10b6c1
commit cbf093bffa
2 changed files with 0 additions and 48 deletions

View File

@@ -1,11 +0,0 @@
#!/bin/bash
git pull origin production
composer install
php artisan migrate --force
php artisan test
php artisan optimize
npm install
npm run prod