From 65f6deccdaa78e1a60f8c135134fec684df4f420 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 20:39:19 +0000 Subject: [PATCH] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 26e8f12..a6604a6 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -132,7 +132,7 @@ jobs: working-directory: infra/iac run: | # Ler o arquivo de referĂȘncia - for secret in $(jq -c '.secrets[]' ../secrets/vault-secrets-map.json); do + for secret in $(jq -c '.secrets[]' /secrets/vault-secrets-map.json); do name=$(echo "$secret" | jq -r '.name') type=$(echo "$secret" | jq -r '.type') output=$(echo "$secret" | jq -r '.output')