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