From 571e46c4d843903a4ce8738f9ed7090e9f11725e Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Tue, 18 May 2021 00:47:35 +0200
Subject: [PATCH] [#25] change to shell executor

---
 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7f7f7bd..12a35df8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,10 +47,8 @@ deploy_doc_develop:
     - webserver
   variables:
     GIT_STRATEGY: none
-  before_script:
-    - usermod -a -G www-data gitlab-runner
   script:
-    - mv doc/html /html
+    - mv doc/html /var/www//html
 
 deploy_doc_branch:
   except:
@@ -64,8 +62,5 @@ deploy_doc_branch:
     - webserver
   variables:
     GIT_STRATEGY: none
-  before_script:
-    - usermod -a -G www-data gitlab-runner
   script:
-    - mv doc/html /html/branch/$CI_COMMIT_BRANCH
-
+    - mv doc/html /var/www/html/branch/$CI_COMMIT_BRANCH
\ No newline at end of file
-- 
GitLab