diff options
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index 1ec05b1..8554649 100644 --- a/.build.yml +++ b/.build.yml @@ -27,7 +27,8 @@ tasks: - build: | echo "VerifyHostKeyDNS yes" >> ~/.ssh/config cd website - nix flake check + nix build .#website + nix build .#checks.x86_64-linux.hyperlink just docker-image-fly nix copy --substitute-on-destination \ --to ssh://nixremote@linde.alanpearce.eu \ |