From ea6271cd505f7e27610b06f84500e3d6e93f366c Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 20:45:51 +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 a6604a6..1370f28 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')