From 1b04c36bdf0aa40712f1f926ddd10dd8ecaaa6ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Wed, 3 Oct 2018 16:05:18 +0200
Subject: [PATCH] scripts: change deploy page name

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

diff --git a/do-release b/do-release
index f9ef065f..c23d5e20 100755
--- a/do-release
+++ b/do-release
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #this script build required libraries and copies into Fiji installation directory
 FIJI_APP=ImageJ-linux64
-UPDATE_SITE=haas-deploy
+UPDATE_SITE=P2E-IT4Innovations
 mvn clean install dependency:copy-dependencies
 
 DIR=`readlink -f $1`
-- 
GitLab