From 6d45fd2c47e0320505d5d00a4b67c044d7cae774 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 27 May 2024 08:26:30 -0500 Subject: [PATCH] update --- .gitlab/.gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 7cf962c..b3927da 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -11,14 +11,13 @@ test: stage: deploy image: registry.internal.durp.info/debian:latest script: - - echo $DATABASE_PASSWORD + - echo $test id_tokens: VAULT_ID_TOKEN: - aud: https://gitlab.com + aud: https://vault.internal.durp.info secrets: - DATABASE_PASSWORD: - vault: gitlab-ci/test/test@secrets - token: $VAULT_ID_TOKEN + test: + vault: secrets/gitlab-ci/test@secrets #include: # - project: 'developerdurp/yml'