diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index c7fcc68..3cb2e24 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -37,7 +37,7 @@ jobs: run: | 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