From 1b3efaa5dd8230b3cc9cfd7caa95ea6c22a6fe93 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Mon, 24 Jun 2024 10:57:39 +0800 Subject: [PATCH] Remove temporary files after uploading website Signed-off-by: Egor Savkin --- nixbld-etc-nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index cf7c50b..bbf0fb2 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -659,7 +659,8 @@ in cp /opt/hydra_id_ed25519.pub $HOME/.ssh/id_ed25519.pub && \ echo "5.78.86.156 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEMbV69aqkHdQ1T5lMuALyHjNowU1rottZtEV4OhKQ6Y" > $HOME/.ssh/known_hosts && \ chmod 600 $HOME/.ssh/id_ed25519 && \ - ${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/ + ${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/ + rm -rf $HOME job = web:web:nmigen-docs