use diff labels
Some checks are pending
Activate NixOS Homelab Configuration On Push / deploy (push) Waiting to run

This commit is contained in:
Satria 2026-03-14 21:24:14 +07:00
commit 8fa6ca28b1
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ env:
jobs: jobs:
deploy: deploy:
runs-on: nixos-server:host runs-on: self-hosted:host
defaults: defaults:
run: run:
shell: /bin/sh -e {0} shell: /bin/sh -e {0}

View file

@ -51,7 +51,7 @@
name = "nixos-server-runner"; name = "nixos-server-runner";
url = "https://git.proxy.${homelab.domain}"; url = "https://git.proxy.${homelab.domain}";
tokenFile = "/root/forgejo-token-runner"; tokenFile = "/root/forgejo-token-runner";
labels = [ "nixos-server:host" ]; labels = [ "self-hosted:host" "docker" ];
hostPackages = with pkgs; [ bash coreutils git nix ]; hostPackages = with pkgs; [ bash coreutils git nix ];
}; };
}; };