This commit is contained in:
Бурденко Алексей
2025-06-20 15:36:38 +03:00
parent d0c4ea2766
commit 9cb012066d
6 changed files with 107 additions and 4 deletions
+39
View File
@@ -0,0 +1,39 @@
stages:
- prepare
- test
- build
- build-image
- deploy
include:
- "ci/build/*.inc.yml"
- "ci/build/*/*.inc.yml"
- "ci/variables.yml"
- "ci/rules.yml"
# 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"
# DMZ_DIST_DIR: "./dmz-dist"
# CONTAINER_REGISTRY: harbor.vimpelcom.ru
# PRODUCT_FEATURE: vega/feature
# PRODUCT_FEATURE_STAND: vega/feature/stand
# PRODUCT_STAGE: vega/stage
# PRODUCT_DMZ: vega/dmz
# PRODUCT_PROD: vega
# IMAGE_NAME: docs
# include:
# - ci/feature.yml
# - ci/develop.yml