From 86d7748df3f6ac8f41c18d416accea7085517505 Mon Sep 17 00:00:00 2001
From: Dejan <dejan@acolono.com>
Date: Tue, 1 Aug 2023 14:26:12 +0000
Subject: [PATCH] #62 allow nginx/ directory in prod ng artifacts

---
 test-and-deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index f20e562..76b8be7 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -76,6 +76,7 @@ Debug:
   paths:
     - .docker-init/
     - apache/
+    - nginx/
     - backup/
     - crontabs/
     - drush/drush.yml
-- 
GitLab