Skip to content
prod e051e98
Browse

Staging first deploy

Use when: Local dev passes — first Deployer run to staging.
Source procedure: Peels S06-Staging-Firstsetup-new phase 5.

  • Deployer configured (deploy.php, SSH, shared paths)
  • Staging .env on server (not in Git)
  • Migrations enabled/disabled per first-deploy policy
  • dep deploy staging (or CI equivalent) exit 0
  • Installer accessible; admin login works
  • migrate:status matches expectation
  • Debug off; APP_ENV=staging
  • HTTPS forced; trusted proxies set
  • File permissions on storage/ and bootstrap/cache/
  • ServerSync or manual capture of server-only changes back to Git
  • ProjectLog entry for first staging deploy