Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-15 18:29:32 +00:00
parent 52c2fe3941
commit ea76886869

View File

@@ -48,4 +48,5 @@ deploy-job: # This job runs in the deploy stage.
- deployment - deployment
script: script:
- cp -ir Web/dist/Web/browser/* /var/www/html - cp -ir Web/dist/Web/browser/* /var/www/html
- cp -ir Api/build/* /var/api
- echo "Application successfully deployed." - echo "Application successfully deployed."