Files
portal/deploy.sh
2020-03-29 11:48:21 +02:00

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