Apply platform-domain decision (2026-05-18). No services touched; docs/config only. Refs: M1.1
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: docker
|
runs-on: docker
|
||||||
environment:
|
environment:
|
||||||
name: production # Gitea Environments — requires sign-off per branch protection
|
name: production # Gitea Environments — requires sign-off per branch protection
|
||||||
url: https://yourplatform.com
|
url: https://breakpilot.com
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with: { fetch-depth: 0 }
|
with: { fetch-depth: 0 }
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: verify stage soak (>= 24h on this image)
|
- name: verify stage soak (>= 24h on this image)
|
||||||
run: |
|
run: |
|
||||||
IMG=registry.yourplatform.com/${{ github.event.repository.name }}:env-stage
|
IMG=registry.breakpilot.com/${{ github.event.repository.name }}:env-stage
|
||||||
SOAK_SECONDS=$(orca image-age --env=stage --image $IMG)
|
SOAK_SECONDS=$(orca image-age --env=stage --image $IMG)
|
||||||
if [ "$SOAK_SECONDS" -lt 86400 ]; then
|
if [ "$SOAK_SECONDS" -lt 86400 ]; then
|
||||||
echo "Stage soak only $SOAK_SECONDS s, < 24h. Aborting."
|
echo "Stage soak only $SOAK_SECONDS s, < 24h. Aborting."
|
||||||
@@ -34,12 +34,12 @@ jobs:
|
|||||||
- name: re-tag image as semver + env-prod
|
- name: re-tag image as semver + env-prod
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: registry.yourplatform.com
|
registry: registry.breakpilot.com
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASS }}
|
password: ${{ secrets.REGISTRY_PASS }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
IMG=registry.yourplatform.com/${{ github.event.repository.name }}
|
IMG=registry.breakpilot.com/${{ github.event.repository.name }}
|
||||||
docker pull $IMG:env-stage
|
docker pull $IMG:env-stage
|
||||||
docker tag $IMG:env-stage $IMG:v${{ steps.v.outputs.version }}
|
docker tag $IMG:env-stage $IMG:v${{ steps.v.outputs.version }}
|
||||||
docker tag $IMG:env-stage $IMG:env-prod
|
docker tag $IMG:env-stage $IMG:env-prod
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ Generated section is appended on release tag via `git-cliff` (see `.gitea/workfl
|
|||||||
-
|
-
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- chore(domain): yourplatform.com → breakpilot.com
|
||||||
-
|
-
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
+1
-1
@@ -86,4 +86,4 @@ When reviewing, check in this order:
|
|||||||
|
|
||||||
## Questions
|
## Questions
|
||||||
|
|
||||||
`#engineering` channel · `oncall@yourplatform.com` · or open a PR with a `[WIP]` prefix and ask in the description.
|
`#engineering` channel · `oncall@breakpilot.com` · or open a PR with a `[WIP]` prefix and ask in the description.
|
||||||
|
|||||||
@@ -39,8 +39,8 @@ For IaC: list the make targets.}}
|
|||||||
| Env | URL | How |
|
| Env | URL | How |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| dev | `http://localhost:3000` | `make dev` |
|
| dev | `http://localhost:3000` | `make dev` |
|
||||||
| stage | `https://seed-data.stage.yourplatform.com` | auto on merge to `main` |
|
| stage | `https://seed-data.stage.breakpilot.com` | auto on merge to `main` |
|
||||||
| prod | `https://seed-data.yourplatform.com` | manual: tag `vX.Y.Z` + sign-off |
|
| prod | `https://seed-data.breakpilot.com` | manual: tag `vX.Y.Z` + sign-off |
|
||||||
|
|
||||||
Rollback: `orca rollout undo seed-data --env={{env}}`.
|
Rollback: `orca rollout undo seed-data --env={{env}}`.
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ Rollback: `orca rollout undo seed-data --env={{env}}`.
|
|||||||
|
|
||||||
- Traces, logs, metrics: [SigNoz](https://signoz.meghsakha.com) — service name `seed-data`
|
- Traces, logs, metrics: [SigNoz](https://signoz.meghsakha.com) — service name `seed-data`
|
||||||
- Audit events: Tenant Registry `/audit` (Retraced-shape schema)
|
- Audit events: Tenant Registry `/audit` (Retraced-shape schema)
|
||||||
- On-call: `oncall@yourplatform.com` · runbook at `platform/docs/runbooks/seed-data.md`
|
- On-call: `oncall@breakpilot.com` · runbook at `platform/docs/runbooks/seed-data.md`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user