Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -5,10 +5,14 @@ include: - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment-external-service/backup-files.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/maintenance.yml' stages: - deploy - deploy-external-service - maintenance variables: PROJECT_PARENT_NAME: gis Loading @@ -25,3 +29,8 @@ variables: DD_BACKUP_VOL_NAME: geoserver-data-vol DD_PATHS_TO_EXCLUDE: cluster monitoring logs/*.log temp tmp DD_PUSHGATEWAY_LABEL: files-backup-redmic-geoserver .scheduled-run: variables: STACK: ${PROJECT_PARENT_NAME} SERVICE: ${PROJECT_PARENT_NAME}_backup-files Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -5,10 +5,14 @@ include: - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment-external-service/backup-files.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/maintenance.yml' stages: - deploy - deploy-external-service - maintenance variables: PROJECT_PARENT_NAME: gis Loading @@ -25,3 +29,8 @@ variables: DD_BACKUP_VOL_NAME: geoserver-data-vol DD_PATHS_TO_EXCLUDE: cluster monitoring logs/*.log temp tmp DD_PUSHGATEWAY_LABEL: files-backup-redmic-geoserver .scheduled-run: variables: STACK: ${PROJECT_PARENT_NAME} SERVICE: ${PROJECT_PARENT_NAME}_backup-files