From a8a768838593433f763c16c56981b2bbab195d27 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 20 May 2020 10:03:30 +0200
Subject: [PATCH] Fix the rsync deploy path

---
 deploy.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.php b/deploy.php
index d4b894c..32fc446 100644
--- a/deploy.php
+++ b/deploy.php
@@ -23,7 +23,7 @@ set('rsync',[
     'timeout'      => 60,
 ]);
 
-set('rsync_src', __DIR__);
+set('rsync_src', __DIR__ . '/dist');
 set('rsync_dest','{{release_path}}');
 
 // Hosts
-- 
GitLab