From ec77e746c9459be822cd15c490e178f5e08f428f Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 6 Sep 2021 09:18:27 +0200
Subject: [PATCH] CI: Don't deploy the composer cache

---
 .gitlab-ci/deploy.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php
index 9a36093..ffdac43 100644
--- a/.gitlab-ci/deploy.php
+++ b/.gitlab-ci/deploy.php
@@ -15,6 +15,7 @@ $rsync_config = [
     'exclude' => [
         '.git',
         'deploy.php',
+        '_composer_cache',
     ],
     'exclude-file' => false,
     'include' => [],
-- 
GitLab