Loading .gitlab-ci.yml +1 −5 Original line number Diff line number Diff line Loading @@ -6,10 +6,6 @@ include: stages: - deploy variables: PROJECT_PARENT_NAME: auth .deploy: variables: STACK: ${PROJECT_PARENT_NAME} SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME} STACK: auth deploy/.env +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ LDAP_DOMAIN=example.org LDAP_ADMIN_PASSWORD=changeme LDAP_CONFIG_PASSWORD=changeme LDAP_TLS=false DATA_VOL_NAME=openldap-data-vol CONFIG_VOL_NAME=openldap-config-vol Loading README.md +1 −1 File changed.Contains only whitespace changes. Show changes Loading
.gitlab-ci.yml +1 −5 Original line number Diff line number Diff line Loading @@ -6,10 +6,6 @@ include: stages: - deploy variables: PROJECT_PARENT_NAME: auth .deploy: variables: STACK: ${PROJECT_PARENT_NAME} SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME} STACK: auth
deploy/.env +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ LDAP_DOMAIN=example.org LDAP_ADMIN_PASSWORD=changeme LDAP_CONFIG_PASSWORD=changeme LDAP_TLS=false DATA_VOL_NAME=openldap-data-vol CONFIG_VOL_NAME=openldap-config-vol Loading