Loading .gitlab-ci.yml +12 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,10 @@ include: file: '/deployment-custom-image.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment-external-backup-files.yml' file: '/deployment-external-service/backup-files.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/maintenance.yml' stages: - build Loading @@ -26,9 +29,11 @@ stages: - post-package - deploy - deploy-external-service - maintenance variables: PROJECT_PARENT_NAME: api DEVELOPMENT_MAINTENANCE_DISABLED: 'true' .maven-build: variables: Loading Loading @@ -217,3 +222,9 @@ variables: .deploy-external-service: variables: STACK: ${PROJECT_PARENT_NAME} DD_AWS_REGION: ${AWS_REGION} .scheduled-run: variables: STACK: ${PROJECT_PARENT_NAME} SERVICE: ${PROJECT_PARENT_NAME}_backup-files Loading
.gitlab-ci.yml +12 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,10 @@ include: file: '/deployment-custom-image.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment-external-backup-files.yml' file: '/deployment-external-service/backup-files.yml' - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/maintenance.yml' stages: - build Loading @@ -26,9 +29,11 @@ stages: - post-package - deploy - deploy-external-service - maintenance variables: PROJECT_PARENT_NAME: api DEVELOPMENT_MAINTENANCE_DISABLED: 'true' .maven-build: variables: Loading Loading @@ -217,3 +222,9 @@ variables: .deploy-external-service: variables: STACK: ${PROJECT_PARENT_NAME} DD_AWS_REGION: ${AWS_REGION} .scheduled-run: variables: STACK: ${PROJECT_PARENT_NAME} SERVICE: ${PROJECT_PARENT_NAME}_backup-files