From 8876dd434e413c23c988ae67e3b34413f86dec4d Mon Sep 17 00:00:00 2001
From: App <app@Christians-MacBook-Pro-2.local>
Date: Thu, 16 Apr 2020 18:07:16 +0200
Subject: [PATCH] test4

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 801f237..809731d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ deploy:
     - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
     - apt update
     - apt install rsync -y
-    - ssh app@10.52.205.114
+    - ssh app@10.52.205.114 touch ~/testfil
     - rsync --archive --delete --exclude='.git' . app@10.52.205.114:app
     - ssh app@10.52.205.114 /Users/app/app/node_modules/pm2/pm2 restart app
   only:
-- 
GitLab