diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index a132c60..edbd057 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -33,9 +33,11 @@ jobs: run: tofu init - name: Plan + working-directory: infra run: tofu plan -out=tfplan - name: Export tfplan + working-directory: infra uses: actions/upload-artifact@v4 with: name: tofu-plan @@ -43,4 +45,5 @@ jobs: - name: Apply + working-directory: infra run: tofu apply -auto-approve tfplan \ No newline at end of file