Skip to content
Snippets Groups Projects
Commit 679993c8 authored by David Mendez's avatar David Mendez
Browse files

Deployment: fix missing files in ci jobs artifacts

parent dfc270cf
No related branches found
No related tags found
1 merge request!60Deployment: add autoscaler from config repository
......@@ -15,13 +15,12 @@ variables:
# Config staging
ENV_STAGING_FILE_PATH: ${CONFIGS_FOLDER}/staging/.env
AUTOSCALER_STAGING_FILE_PATH: ${CONFIGS_FOLDER}/staging/autoscaler.yml
# INGRESS_STAGING_FILE_PATH: ${CONFIGS_FOLDER}/staging/ingress.yml
# Config prod hx
ENV_PROD_HX_FILE_PATH: ${CONFIGS_FOLDER}/prod_hx/.env
AUTOSCALER_PROD_HX_FILE_PATH: ${CONFIGS_FOLDER}/prod_hx/autoscaler.yml
AUTOSCALER_PROD_HL_FILE_PATH: ${CONFIGS_FOLDER}/prod_hh/autoscaler.yml
# Config prod hx
ENV_PROD_HH_FILE_PATH: ${CONFIGS_FOLDER}/prod_hh/.env
AUTOSCALER_PROD_HL_FILE_PATH: ${CONFIGS_FOLDER}/prod_hh/autoscaler.yml
stages:
- prepare_config
......@@ -46,6 +45,7 @@ prepare_config_staging:
artifacts:
paths:
- ${ENV_STAGING_FILE_PATH}
-${AUTOSCALER_STAGING_FILE_PATH}
prepare_config_hx_hh:
stage: prepare_config
......@@ -63,6 +63,8 @@ prepare_config_hx_hh:
paths:
- ${ENV_PROD_HX_FILE_PATH}
- ${ENV_PROD_HH_FILE_PATH}
- ${AUTOSCALER_PROD_HX_FILE_PATH}
- ${AUTOSCALER_PROD_HL_FILE_PATH}
# ----------------------------------------------------------------------------------------------------------------------
# build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment