Skip to content
prod 352bb92
Browse

Tagged: deployment

All Tags
deployment
12 pages
5 related

Pages with this tag

Deployment

1

From local dev to production — the Mastra CLI, deployers, serverless targets, and what to watch in production.

Continuous Develop & Deploy

2

The 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

3

The 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

4

Deploy a CodeCanyon Laravel application from ZIP to production, step by step — AI-assisted, 12 phases.

Full roadmap & checklist

5

The 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

6

Terse 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

7

Deploy or update a ZajModules package — autoload dump, config publish, provider check, instant disable rollback. Peeled from MWF2.

Deployment concepts

8

How 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

9

Diagnose 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

10

Glanceable command and decision references distilled from the five CodeCanyon Laravel playbooks — deploy commands, the customization decision, and common gotchas.

Deploy commands

11

Ship, 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

12

The zero-downtime Deployer config for a CodeCanyon Laravel app — project block to fill in, smoke test, health check, and rollback baked in.