Skip to content

Commit 1aedb61

Browse files
committed
fix: The staging is at tracker-staging.nixos.org
1 parent 4f5f756 commit 1aedb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
include:
1717
- environment: staging
18-
host: staging-tracker.security.nixos.org
18+
host: tracker-staging.security.nixos.org
1919
branch: main
2020
- environment: production
2121
host: tracker.security.nixos.org

infra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If in the future we need to create more VMs and do it in a declarative way, we c
2525

2626
## Deploying the Security Tracker
2727

28-
Deployments happen automatically via GitHub Actions. Whenever a merge happens on the `main` branch, a GitHub Action runs that updates the staging deployment of the tracker (staging-tracker.security.nixos.org).
28+
Deployments happen automatically via GitHub Actions. Whenever a merge happens on the `main` branch, a GitHub Action runs that updates the staging deployment of the tracker (tracker-staging.security.nixos.org).
2929
Similarly, merges on the `production` branch get automatically applied to tracker.security.nixos.org.
3030

3131
## Secrets

0 commit comments

Comments
 (0)