From 0185943dbb41061e6dc5bbdf332bbc4b49d097cc Mon Sep 17 00:00:00 2001 From: Mr Felix Berg Date: Wed, 12 Mar 2025 13:57:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file deployment pushes the files to the html folder for apache to display --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0233903..5c11361 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,5 @@ test2: deploy1: stage: deploy script: - - ls *.html - - ls /var/www/html/ - - cp -f *.html /var/www/html/ + - sh deploy.sh environment: production -- GitLab