From d471c6576683e6d2b830d51ad799a3df23c85309 Mon Sep 17 00:00:00 2001 From: spengreb Date: Mon, 9 Jan 2023 16:47:59 +0100 Subject: [PATCH] Fix envs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 175f4d6..f412086 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ tf-plan: paths: - plan.tfplan -tf-apply: +tf-apply-private: stage: tf-apply image: name: hashicorp/terraform @@ -44,7 +44,7 @@ tf-apply: only: - master -tf-apply: +tf-apply-public: stage: tf-apply image: name: hashicorp/terraform