diff --git a/do-release b/do-release
index f9ef065f99f71edabdbc39fa03494124f9abd28a..c23d5e2008e129e7896da18f4a4ea710f0ab530d 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`