diff options
author | EuAndreh <eu@euandre.org> | 2021-06-07 21:40:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-07 21:40:29 -0300 |
commit | a5b6d81edc9f87055fa755a73dc8a3c45a16f982 (patch) | |
tree | 9f4812a52ad9101abe937b083f7f6b95aee612b9 /_tils | |
parent | /home/andreh/dev/libre/dotfiles/scripts/pastebin.sh: Auto-add _pastebins/2021... (diff) | |
download | euandre.org-a5b6d81edc9f87055fa755a73dc8a3c45a16f982.tar.gz euandre.org-a5b6d81edc9f87055fa755a73dc8a3c45a16f982.tar.xz |
Update link to project websites
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md b/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md index 7abda30..7c72d2f 100644 --- a/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md +++ b/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.md @@ -53,10 +53,11 @@ Lines #10 to #13 create a fresh clone of the repository and line #20 runs the test command. After using a similar post-receive hook for a while, I now even generate a -simple HTML file to make the [logs available][ci-logs] through the browser. +simple HTML file to make the logs available ([example project][ci-logs]) +through the browser. [post-receive]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks -[ci-logs]: https://ci.euandreh.xyz/ +[ci-logs]: https://euandreh.xyz/remembering/ ## Upsides |