diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02711ec1ff8ad8bf44c593d78ff2f975a4343da5..adae41a4fe2a7fc09d2f8d144708138c7b81b5c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html variables: EXPORT_DIR: "/var/www/html/pages" @@ -8,8 +6,8 @@ pages-master: script: - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME" - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME" - tags: - - production + tags: + - production artifacts: paths: - public