diff options
author | Pjotr Prins | 2023-07-13 04:05:54 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-07-13 04:15:55 -0500 |
commit | 6a0e96e12b001e90e154df400e06ab5cb29997b2 (patch) | |
tree | effa1b9bf5711a451769bf3e75efe51759e2f140 /topics/systems/ci-cd.gmi | |
parent | 6107c0ab3aa2d3fa2814fe67d47225fdb4dc8b55 (diff) | |
download | gn-gemtext-6a0e96e12b001e90e154df400e06ab5cb29997b2.tar.gz |
GN SoC progress
Diffstat (limited to 'topics/systems/ci-cd.gmi')
-rw-r--r-- | topics/systems/ci-cd.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/ci-cd.gmi b/topics/systems/ci-cd.gmi index 9db9885..e9a24a3 100644 --- a/topics/systems/ci-cd.gmi +++ b/topics/systems/ci-cd.gmi @@ -26,7 +26,7 @@ periodically, say, once an hour/day): * CI: run unit tests * CD: rebuild and redeploy a container running GN3 -Arun has figured out the CI part. It runs a suitably configured laminar CI service in a Guix container created with `guix system container'. A cron job periodically triggers the laminar CI job. +Arun has figured out the CI part. It runs a suitably configured laminar CI service in a Guix container created with `guix system container'. A cron job periodically triggers the laminar CI job (note: this is no longer true). => https://git.systemreboot.net/guix-forge/about/ |