update allowed hosts
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m12s

This commit is contained in:
ismail 2026-05-12 00:05:53 +03:00
parent 35c725d276
commit b2209ae458

View File

@ -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"