From ea76886869c782d222f080f76a8fec55218625e5 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Tue, 15 Jul 2025 18:29:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65af4e4..6480f94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,5 @@ deploy-job: # This job runs in the deploy stage. - deployment script: - cp -ir Web/dist/Web/browser/* /var/www/html + - cp -ir Api/build/* /var/api - echo "Application successfully deployed."