#!/bin/bash

set -e

git pull

composer install --no-dev --optimize-autoloader
php artisan optimize --force
#php artisan migrate --force