Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-10 14:21:33 +00:00
parent 7c93f0ef70
commit 5b69e4d096

View File

@@ -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."