use diff labels
Some checks are pending
Activate NixOS Homelab Configuration On Push / deploy (push) Waiting to run
Some checks are pending
Activate NixOS Homelab Configuration On Push / deploy (push) Waiting to run
This commit is contained in:
parent
22ac4b4b5e
commit
8fa6ca28b1
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue