From b7c225a9cdc1a3304096ccac13b8d5d19a2e5879 Mon Sep 17 00:00:00 2001 From: catvayor Date: Wed, 26 Feb 2025 09:12:02 +0100 Subject: [PATCH] feat(web03/gestioCOF): passing in cof-prod branch --- machines/nixos/web03/django-apps/gestiocof.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nixos/web03/django-apps/gestiocof.nix b/machines/nixos/web03/django-apps/gestiocof.nix index db463d3..9d91bf3 100644 --- a/machines/nixos/web03/django-apps/gestiocof.nix +++ b/machines/nixos/web03/django-apps/gestiocof.nix @@ -11,7 +11,7 @@ in { services.django-apps.sites.gestiocof = { source = "https://git.dgnum.eu/DGNum/gestioCOF"; - branch = "cof-staging"; + branch = "cof-prod"; domain = "cof.ens.fr"; nginx = {