Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-10 14:20:35 +00:00
parent 31637d3117
commit 7c93f0ef70

View File

@@ -20,5 +20,5 @@ deploy-job: # This job runs in the deploy stage.
tags: tags:
- deployment - deployment
script: script:
- ls Web/dist - cp -i Web/dist/Web/browser /var/www/html
- echo "Application successfully deployed." - echo "Application successfully deployed."