From 6ad010d3096cc31229d61bad0649e44639f68be9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Isabella=20Sko=C5=99epov=C3=A1?= <isabella@skorepova.info>
Date: Thu, 7 Nov 2019 15:20:06 +0100
Subject: [PATCH] Add nowatch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e7db303..58834425 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ deploy:
     - apt -y install rsync
     - rm -rf build
     - npm ci
-    - node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver
+    - node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver --nowatch
     - echo "$DEPLOY_SSH_KEY" > sshkey
     - chmod 600 sshkey
     - rsync -e 'ssh -i sshkey -o StrictHostKeyChecking=no' -rc --delete build/ $SSH_HOST:$HTML_DIR/
-- 
GitLab