From de5f24a81c4b0217182c52dd3d88eeb8d9a004a4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 24 Sep 2022 22:39:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f88b2a7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,20 @@ +stages: + - validate + - plan + - apply + - ansible + - destroy + +include: + - project: 'developerdurp/yml-templates' + ref: 'master' + file: + - 'terraform.yml' + - 'ansible.yml' + +plan production: + extends: .plan production + +apply: + extends: .apply +