From 42e881aafa91978d0d71653dfd11399432dedb23 Mon Sep 17 00:00:00 2001 From: Adam Finn Tulinius Date: Fri, 25 Oct 2024 11:43:20 +0200 Subject: [PATCH] readme: fix build badges Fix the build status link(s) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eed922..de9ebdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # morph -[![Build](https://github.com/DBCDK/morph/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/DBCDK/morph/actions/workflows/build.yaml) + +[![Flake Checks](https://github.com/DBCDK/morph/actions/workflows/checks.yml/badge.svg?branch=master)](https://github.com/DBCDK/morph/actions/workflows/build.yaml) +[![Example Configs](https://github.com/DBCDK/morph/actions/workflows/build-test.yaml/badge.svg?branch=master)](https://github.com/DBCDK/morph/actions/workflows/build.yaml) Morph is a tool for managing existing NixOS hosts - basically a fancy wrapper around `nix-build`, `nix copy`, `nix-env`, `/nix/store/.../bin/switch-to-configuration`, `scp` and more. Morph supports updating multiple hosts in a row, and with support for health checks makes it fairly safe to do so.