summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
Diffstat (limited to 'issues')
-rw-r--r--issues/CI-CD/configurations.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/issues/CI-CD/configurations.gmi b/issues/CI-CD/configurations.gmi
index eed8935..556b6f1 100644
--- a/issues/CI-CD/configurations.gmi
+++ b/issues/CI-CD/configurations.gmi
@@ -45,3 +45,9 @@ we could have the code do something like:
"-gunicorn-prod"))
```
where file `/export/data/configs/gn2_config.conf` holds the configurations for the application in the environment where the guix system container is run.
+
+Something similar can be done for GN3, where `GN3_CONF` can be set to something like:
+
+```
+#$(file-append %configs-dir "/gn3_config.conf")
+```