From 5b69e4d0961544ca3300be5453feecc75db2fff9 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Thu, 10 Jul 2025 14:21:33 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ee695d..341ac2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,5 @@ deploy-job: # This job runs in the deploy stage. tags: - deployment script: - - cp -i Web/dist/Web/browser /var/www/html + - cp -ir Web/dist/Web/browser/* /var/www/html - echo "Application successfully deployed."