Deployment

Deployment Overview

How releases reach staging and production.

1 min read v1 API

development branch auto-deploys to staging (AWS EC2). main runs CI (lint + build). Forge webhook at /forge-webhook-deployment handles deploy hooks.

bash
php artisan optimize:clear
php artisan migrate --force
php artisan optimize
supervisorctl restart laravel-worker:*