From 679fef3c3f0d90ecbe668f78e8cac1121aea193e Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Wed, 17 Nov 2021 15:40:28 +0100 Subject: [PATCH] adds terraform apply --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 18ee810..f0f6e79 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -46,6 +46,7 @@ pipelines: - cd terraform/ - terraform init - terraform plan + - terraform apply - step: name: Deploy K8s apps (staging) script: