diff --git a/nshms.yml b/nshms.yml
new file mode 100644
index 0000000000000000000000000000000000000000..3b32abcd1b8daccefcdd53dab168541af34c68d1
--- /dev/null
+++ b/nshms.yml
@@ -0,0 +1,45 @@
+####
+# NSHMs to use for unit tests and for deployments.
+####
+nshms:
+  # Alaska 2023 NSHM
+  -
+    repo: nshm-alaska
+    tag: 3.a.0
+    year: 2023
+    deployments:
+      - development
+      - staging
+      # TODO: Add to production when model is stable
+      # - production
+
+  # CONUS 2018 NSHM
+  -
+    repo: nshm-conus
+    tag: 5.2.0
+    year: 2018
+    deployments:
+      - development
+      - staging
+      - production
+
+  # CONUS 2023 NSHM
+  -
+    repo: nshm-conus
+    tag: 6.a.3
+    year: 2023
+    deployments:
+      - development
+      - staging
+      # TODO: Add to production when model is stable
+      # - production
+
+  # Hawaii 2021 NSHM
+  -
+    repo: nshm-hawaii
+    tag: 2.0.2
+    year: 2021
+    deployments:
+      - development
+      - staging
+      - production