22 lines
334 B
YAML
22 lines
334 B
YAML
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
|