From 04fd6fd008a3f2ed9d7ff6c0bde073b278951036 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 27 Oct 2023 14:21:34 +0200 Subject: [PATCH] removed apply action for pull request --- .drone.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index af705b0..61b10b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,21 +35,6 @@ steps: event: - pull_request - - name: terraform apply for pull request - image: hashicorp/terraform:1.5 - commands: - - terraform -chdir=infrastructure validate - - terraform -chdir=infrastructure plan -out tfapply - - terraform -chdir=infrastructure apply -auto-approve tfapply - environment: - TF_VAR_virtual_environment_endpoint: - from_secret: virtual_environment_endpoint - TF_VAR_virtual_environment_api_token: - from_secret: virtual_environment_api_token - when: - event: - - pull_request - - name: Terraform infrastructure syntax check image: hashicorp/terraform:1.5 commands: