diff options
author | Frederick Muriuki Muriithi | 2023-06-05 08:04:59 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-06-05 08:04:59 +0300 |
commit | 3d6d53fd70c0bc569190dc74c881207d1c102171 (patch) | |
tree | 165550287ad4020bc4794fadc2e56f7e2c5d7f1b /issues/CI-CD | |
parent | ff14a191c5426c43e06ae2804683a79eda5cf084 (diff) | |
download | gn-gemtext-3d6d53fd70c0bc569190dc74c881207d1c102171.tar.gz |
Issue: Add note on GN3 config.
Diffstat (limited to 'issues/CI-CD')
-rw-r--r-- | issues/CI-CD/configurations.gmi | 6 |
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") +``` |