diff options
author | Arun Isaac | 2023-06-23 10:04:27 +0100 |
---|---|---|
committer | Arun Isaac | 2023-06-23 10:04:27 +0100 |
commit | 8a97ca881c5a064c6552a8e685c87d334a032255 (patch) | |
tree | 29db1318a27e608baf46c17566b927b46f7097e7 /issues/gnsoc-ci-rethink.gmi | |
parent | 603a1e9fe43b710760686428c03fa4fc0e0e57fa (diff) | |
download | gn-gemtext-8a97ca881c5a064c6552a8e685c87d334a032255.tar.gz |
Fix grammar in CI rethink issue.
Diffstat (limited to 'issues/gnsoc-ci-rethink.gmi')
-rw-r--r-- | issues/gnsoc-ci-rethink.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/gnsoc-ci-rethink.gmi b/issues/gnsoc-ci-rethink.gmi index 01da747..bd20d35 100644 --- a/issues/gnsoc-ci-rethink.gmi +++ b/issues/gnsoc-ci-rethink.gmi @@ -5,7 +5,7 @@ ## Write Guix services to deploy genenetwork on production -We currently deploys production by hand. Not only is this more work, it is also prone to errors. Instead, we want to deploy production genenetwork in a Guix system container. This will give us strong reproducibility and enable us to version control the configuration. If a machine fails, setting up production on a new machine will be effortless. +We currently deploy production by hand. Not only is this more work, it is also prone to errors. Instead, we want to deploy production genenetwork in a Guix system container. This will give us strong reproducibility and enable us to version control the configuration. If a machine fails, setting up production on a new machine will be effortless. This new system container may not immediately replace our current production, it is still worth having as a model for a robust production deployment. |