From ae99076027f6e8c6f96759c127e148e097932391 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 27 May 2024 08:23:06 -0500 Subject: [PATCH] update --- .gitlab/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index d5935b9..7cf962c 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: VAULT_SERVER_URL: https://vault.internal.durp.info - VAULT_AUTH_ROLE: test + VAULT_AUTH_ROLE: gitlab test: stage: deploy @@ -19,6 +19,7 @@ test: DATABASE_PASSWORD: vault: gitlab-ci/test/test@secrets token: $VAULT_ID_TOKEN + #include: # - project: 'developerdurp/yml' # ref: 'main'