diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d28c5c..0ee695d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,5 +20,5 @@ deploy-job: # This job runs in the deploy stage. tags: - deployment script: - - ls Web/dist + - cp -i Web/dist/Web/browser /var/www/html - echo "Application successfully deployed."