Skip to content

Commit

Permalink
terraform: netlify: add nix-dev-staging.nixos.org for nix.dev deploym…
Browse files Browse the repository at this point in the history
…ent testing
  • Loading branch information
delroth committed Nov 2, 2023
1 parent 4415fe4 commit e4f0bc8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions terraform/netlify_sites.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

resource "netlify_deploy_key" "key" {}

resource "netlify_site" "nix-dev" {
name = "nix-dev"

# TODO: this will later be nix.dev
custom_domain = "nix-dev-staging.nixos.org"

repo {
provider = "github"
repo_path = "NixOS/nix.dev"
repo_branch = "master"
}
}

resource "netlify_site" "nixos-summer" {
name = "nixos-summer"
custom_domain = "summer.nixos.org"
Expand Down

0 comments on commit e4f0bc8

Please sign in to comment.