From ebb0c54e3dc274be85a82c8db5bb6e70ebf0f190 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sat, 23 Jan 2021 11:06:16 +0100
Subject: [PATCH] gitlab-ci-cd/drupal#2 Add new task to also get the
 production-ready build

---
 examples/build-test-deploy-ansible.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/build-test-deploy-ansible.yml b/examples/build-test-deploy-ansible.yml
index 35c1f26..265179f 100644
--- a/examples/build-test-deploy-ansible.yml
+++ b/examples/build-test-deploy-ansible.yml
@@ -11,6 +11,9 @@ include:
 Validate Environment:
   extends: '.prerequisites'
 
+Build Prod Site:
+  extends: '.build-prod'
+
 Build Site:
   extends: '.build'
 
-- 
GitLab