From b2a6737af645b55d8417bfa41072ca6fcbf3e335 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodianov@demlabs.net" <aleksandr.vodianov@demlabs.net> Date: Thu, 30 Dec 2021 23:42:43 +0300 Subject: [PATCH] fixed host for pgsql build --- linux/debian/scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/debian/scripts/deploy.sh b/linux/debian/scripts/deploy.sh index 7be79fe..c564f1a 100755 --- a/linux/debian/scripts/deploy.sh +++ b/linux/debian/scripts/deploy.sh @@ -9,7 +9,7 @@ CELLFRAME_REPO_PATH="~/web/debian.pub.demlabs.net/public_html" REPO_PORT=34768 CELLFRAME_PUB_CREDS="admin@pub.cellframe.net" CELLFRAME_PUB_PATH="~/web/pub.cellframe.net/public_html/linux" -CELLFRAME_PVT_CREDS="admin@pvt.cellframe.net" +CELLFRAME_PVT_CREDS="admin@pvt.demlabs.net" CELLFRAME_PVT_PATH="~/web/public" pwd -- GitLab