update allowed hosts
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m12s
This commit is contained in:
parent
35c725d276
commit
b2209ae458
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION=${1:-staging}
|
VERSION=${1:-latest}
|
||||||
IMAGE="10.10.1.132:3000/marwan/hh:${VERSION}"
|
IMAGE="gitea.tenhal.sa/marwan/hh:${VERSION}"
|
||||||
|
|
||||||
echo "========================================"
|
echo "========================================"
|
||||||
echo " PX360 Staging Deploy"
|
echo " PX360 Staging Deploy"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user