SandboxDeveloper sandbox. Deployed from dev.Release candidate 882dea3
Pipeline

How this site ships

One codebase, three long-lived branches, three deployed environments. Merging into a long-lived branch deploys that environment. Moving between environments takes a promotion pull request, so the gate stays visible. This is the same shape as the Salesforce pipeline I run at work, built with the tools GitHub gives you for free.

Branch and deployment pipelineFeature branches open pull requests into dev. Merging dev deploys the Sandbox environment. A promotion pull request moves dev into qa, which deploys Test. A second promotion pull request moves qa into main, which deploys Production.feature/*fix/*PRdevCIdeploySandbox/dev/github environmentpromotion PRqaCIdeployTest/qa/github environmentpromotion PRmainCIdeployProduction/github environmentEvery merge into a long-lived branch deploys that environment automatically.Promotion between environments is a pull request, so the gate stays visible and reviewable.
Environments

Where each branch lands

EnvironmentBranchSalesforce analogueURL
Sandboxyou are heredevDeveloper sandboxalouderback.com/dev/
TestqaPartial or Full Copy sandbox (UAT)alouderback.com/qa/
ProductionmainProduction orgalouderback.com/
Feature flags

What actually differs between environments

The three deployments are different builds, not the same build painted three colours. Content is gated here, and a flag only reaches Production after it has been promoted through Sandbox and Test.

FlagSandboxTestProduction
showBuildPanelononoff
showWipSectionsonoffoff
showReleaseCandidateononoff
showOrgSwitcherononon
showDoraDashboardononon
Automation

The workflows behind it

Metrics

DORA metrics for this repository

Computed from this repository's own deployment history by dora.yml, not typed in by hand. Numbers appear once the pipeline has enough deployments to measure.

Deployment frequency

pending

Waiting on the first deployments.

Lead time for changes

pending

Waiting on the first deployments.

Change failure rate

pending

Waiting on the first deployments.

Time to restore

pending

Waiting on the first deployments.

Not yet generated. The nightly job publishes the first set.

This build

What produced the page you are reading

Environment
Sandbox
Branch
dev
Commit
882dea3
Built at
2026-08-28 00:12:21Z
Workflow run
#6
Source
github.com/alouderback/alouderback.github.io