From 806da010c96b844f3571a92b6961a5078b7e0ea7 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 30 Jul 2023 05:01:21 +0100 Subject: [PATCH] ci: test if wheatrly can deploy to itself --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 519b470..1db7784 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ deploy: - nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active-dns - nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active-core - nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active + - nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on wheatly only: refs: - main