From 7214df90aa7cd8bd9518d015a83389c5ae9e761c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 26 May 2024 09:49:37 -0500 Subject: [PATCH] update --- .gitlab/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index c59a27a..a5d6c03 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: gitlab + VAULT_AUTH_ROLE: myproject-production test: stage: deploy @@ -17,7 +17,7 @@ test: aud: https://gitlab.com secrets: DATABASE_PASSWORD: - vault: gitlab-ci/test/test + vault: gitlab-ci/test/test@secerts token: $VAULT_ID_TOKEN #include: # - project: 'developerdurp/yml'