#!/bin/bash set -e echo "Deploying PASTERO..." php artisan migrate --force php artisan config:cache php artisan route:cache echo "Deployment complete."