From b2209ae458d725ab7ae792d6471637e285fe0f80 Mon Sep 17 00:00:00 2001 From: ismail Date: Tue, 12 May 2026 00:05:53 +0300 Subject: [PATCH] update allowed hosts --- deploy.staging.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.staging.sh b/deploy.staging.sh index 00243b9..470531a 100755 --- a/deploy.staging.sh +++ b/deploy.staging.sh @@ -1,8 +1,8 @@ #!/bin/bash set -e -VERSION=${1:-staging} -IMAGE="10.10.1.132:3000/marwan/hh:${VERSION}" +VERSION=${1:-latest} +IMAGE="gitea.tenhal.sa/marwan/hh:${VERSION}" echo "========================================" echo " PX360 Staging Deploy"