fix: update gateway URL to new domain in configuration files
Build and Deploy / build (push) Failing after 1m42s

This commit is contained in:
masoodafar-web
2026-01-03 17:30:37 +03:30
parent 641f3651d7
commit 9e92ab951a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
mkdir -p /etc/docker
cat > /etc/docker/daemon.json << 'DAEMON'
{
"insecure-registries": ["git.foursat.afrino.co", "gitea-svc:3000"]
"insecure-registries": ["git.se.kbs1.ir", "gitea-svc:3000"]
}
DAEMON
mkdir -p ~/.docker
+2 -2
View File
@@ -7,7 +7,7 @@ on:
env:
REGISTRY: gitea-svc:3000
EXTERNAL_REGISTRY: git.foursat.afrino.co
EXTERNAL_REGISTRY: git.se.kbs1.ir
IMAGE_NAME: admin/frontoffice
jobs:
@@ -33,7 +33,7 @@ jobs:
mkdir -p /etc/docker
cat > /etc/docker/daemon.json << 'DAEMON'
{
"insecure-registries": ["git.foursat.afrino.co", "gitea-svc:3000"]
"insecure-registries": ["git.se.kbs1.ir", "gitea-svc:3000"]
}
DAEMON
mkdir -p ~/.docker
@@ -1,5 +1,5 @@
{
"GwUrl": "https://frontoffice-bff.foursat.afrino.co",
"GwUrl": "https://frontoffice-bff.se.kbs1.ir",
"DownloadUrl": "https://dl.afrino.co",
"EncryptionSettings": {
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
+1 -1
View File
@@ -1,6 +1,6 @@
{
// "GwUrl": "https://localhost:34781",
"GwUrl": "https://frontoffice-bff.foursat.afrino.co",
"GwUrl": "https://frontoffice-bff.se.kbs1.ir",
"DownloadUrl": "https://dl.afrino.co",
"EncryptionSettings": {
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",