diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index dbec793..3cb2e24 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -35,9 +35,9 @@ jobs: - name: Terraform plan run: | - terraform plan -no-color -input=false + terraform -chdir=/infrastructure plan -no-color -input=false - - name: Terraform apply - run: | - terraform apply -no-color - + # - name: Terraform apply + # run: | + # terraform apply -no-color - \ No newline at end of file