diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index f118059..5d5a437 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -42,8 +42,8 @@ jobs: run: tofu init - name: Plan - working-directory: infra - run: tofu plan -chdir=iac $VAR_FILES -out=tfplan + working-directory: infra/iac + run: tofu plan $VAR_FILES -out=tfplan - name: Export tfplan working-directory: infra @@ -54,5 +54,5 @@ jobs: - name: Apply - working-directory: infra - run: tofu apply -chdir=iac $VAR_FILES -auto-approve tfplan \ No newline at end of file + working-directory: infra/iac + run: tofu apply $VAR_FILES -auto-approve tfplan \ No newline at end of file