From c52785b2731d6cb03c8f56cb4620cbebeffa6ac4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Wed, 9 Mar 2016 01:03:02 +0100
Subject: [PATCH] Update upload

---
 upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upload b/upload
index c9508d1f..403725c8 100755
--- a/upload
+++ b/upload
@@ -6,7 +6,7 @@ then
 fi
 
 rm -rf public/*
-node index.js compileonly # add "final" when deploying to ok1kvk.cz
+node index.js --noserver
 echo "Site compiled"
 chmod a+X build -R
 
-- 
GitLab