Files
portal/deploy.sh
2020-03-28 17:01:53 +01:00

10 lines
112 B
Bash

#!/bin/bash
git pull origin production
composer install
php artisan migrate --force
npm install
npm run prod