Tagged: deployment
Pages with this tag
Deployment
1From local dev to production — the Mastra CLI, deployers, serverless targets, and what to watch in production.
Continuous Develop & Deploy
2The everyday loop for a live CodeCanyon Laravel app — code, test locally, ship through the selected non-production target then production behind a database safety gate, and sync server-side changes back into git.
1 · Ship — code → test → deploy
3The everyday deploy loop (WF-SHIP) — decide small vs big, work on develop, clear the pre-deploy database safety gate (Atlas lint — STOP on DS102/DS103), then run develop → selected non-production target → production and tag the release.
Set up a New CodeCanyon App
4Deploy a CodeCanyon Laravel application from ZIP to production, step by step — AI-assisted, 12 phases.
Full roadmap & checklist
5The entire setup-new playbook on one page — 12 phases, every step, every gate. Read the workflow top to bottom or tick progress as you go.
Code → test → ship
6Terse deploy loop — local verify, pick Pattern A/B/C, run dep deploy or staging→production, post-deploy checks. Peeled from MWF1; teaching lives in the Ship playbook step.
Zaj module deploy
7Deploy or update a ZajModules package — autoload dump, config publish, provider check, instant disable rollback. Peeled from MWF2.
Deployment concepts
8How zero-downtime Deployer releases, symlinks, shared paths, and CI/CD safety nets actually work — the mental model before you run a single deploy.
HTTP Error Triage
9Diagnose unfamiliar 4xx and 5xx responses in deployed CodeCanyon Laravel apps by mapping the status code, log fragment, and web-server layer to the right fix location.
Laravel/CodeCanyon — Cheat sheets
10Glanceable command and decision references distilled from the five CodeCanyon Laravel playbooks — deploy commands, the customization decision, and common gotchas.
Deploy commands
11Ship, server-sync, and rollback command sequences at a glance — develop → staging → production behind the Atlas pre-deploy gate (STOP on DS102/DS103), plus the three rollback options.
Deployer — deploy.php
12The zero-downtime Deployer config for a CodeCanyon Laravel app — project block to fill in, smoke test, health check, and rollback baked in.