diff --git a/argocd/manifests/forgejo-runner/deployment.yaml b/argocd/manifests/forgejo-runner/deployment.yaml index 6e57137..4f67672 100644 --- a/argocd/manifests/forgejo-runner/deployment.yaml +++ b/argocd/manifests/forgejo-runner/deployment.yaml @@ -25,7 +25,7 @@ spec: - name: DOCKER_HOST value: tcp://localhost:2375 - name: FORGEJO_URL - value: "https://forge.eblu.me" + value: "https://forge.ops.eblu.me" - name: RUNNER_NAME value: "k8s-runner" - name: RUNNER_LABELS diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index 562cfdb..5a0035b 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -496,7 +496,7 @@ in instances.nix_container_builder = { enable = true; name = "ringtail-nix-builder"; - url = "https://forge.eblu.me"; + url = "https://forge.ops.eblu.me"; tokenFile = "/etc/forgejo-runner/token.env"; labels = [ "nix-container-builder:host" ]; hostPackages = with pkgs; [