diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 8fa6350..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -default: - image: harbor.vimpelcom.ru/dockerhub/library/docker:20.10.11-dind - -cache: - paths: - - node_modules/ - -stages: - - build - - package - - deploy - -variables: - DIST_DIR: "./src/.vitepress/dist" - CONTAINER_REGISTRY: harbor.vimpelcom.ru - IMAGE_NAME: docs - -include: - - ci/feature.yml - - ci/develop.yml - - ci/docs-dmz.yml