UPDATED CI config #3

This commit is contained in:
Marek Lesko
2025-07-15 18:58:00 +00:00
parent 1f41c900a7
commit ac67904da8

View File

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