You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOYMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repo uses GitHub Actions to deploy through four environments:
4
4
5
5
-**Dev** – continuous integration deploys on push to `main`. Creates a `Dev-<timestamp>` tag.
6
6
-**test** – Auto deploys the same commit that just deployed to Dev (but waits for approval). No releases or SemVer tags.
7
-
-**Preprod** – Auto deploys the commit sha that just deployed to test (but waits for approval) **cuts/bumps a Release Candidate (RC)** tag (`vX.Y.Z-rc.N`) and creates a **GitHub pre-release**.
7
+
-**Preprod** – Auto deploys the commit that just deployed to test (but waits for approval) **cuts/bumps a Release Candidate (RC)** tag (`vX.Y.Z-rc.N`) and creates a **GitHub pre-release**.
8
8
-**prod** – manual promotion of a specific RC to a **final SemVer tag** (`vX.Y.Z`) and a **GitHub Release**.
0 commit comments