fix: add git to listener service PATH for revision validation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 05:43:23 +01:00
parent cf3b1ce2c9
commit c9b85435ba
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/urfave/cli/v3" "github.com/urfave/cli/v3"
) )
const version = "0.1.2" const version = "0.1.3"
func main() { func main() {
app := &cli.Command{ app := &cli.Command{

View File

@@ -105,6 +105,8 @@ in
environment = cfg.environment; environment = cfg.environment;
path = [ pkgs.git ];
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "${cfg.package}/bin/homelab-deploy listener ${args}"; ExecStart = "${cfg.package}/bin/homelab-deploy listener ${args}";