From a3740065c5450e7ada6ebdb63d7f396ef0589403 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 17 May 2021 04:30:32 +0300 Subject: [PATCH] use rsync fuck cp --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95e56d5..7e45de5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,7 @@ pages: stage: deploy script: - nix build -L --show-trace - - mkdir public && cp -Hr result/* public - - nix-shell -p tree --run "tree public" + - nix-shell -p rsync --run "rsync -Lkr result/* public" artifacts: paths: - public