From ac5717570bc545a932696ddad45f3f09c1214d79 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 6 Dec 2022 12:19:59 -0700
Subject: [PATCH] add yaml file with nshms to use

---
 nshms.yml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 nshms.yml

diff --git a/nshms.yml b/nshms.yml
new file mode 100644
index 00000000..3b32abcd
--- /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
-- 
GitLab