From eabd92d2e8aebcfa4220048b9f1fba36c929016b Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Thu, 24 Oct 2024 17:35:24 +0800 Subject: [PATCH] Use tunnel for uploading web-intl Signed-off-by: Egor Savkin --- nixbld-etc-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 60350cb..b0b1f09 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -755,7 +755,7 @@ in job = web:web:web-intl - command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ${pkgs.rsync}/bin/rsync -r -c $(jq -r '.outputs[0].path' < $HYDRA_JSON)/ zolaupd@5.78.86.156:/var/www/m-labs-intl.com/html/ + command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ${pkgs.rsync}/bin/rsync -r -c $(jq -r '.outputs[0].path' < $HYDRA_JSON)/ zolaupd@10.47.3.0:/var/www/m-labs-intl.com/html/ job = web:web:nmigen-docs