From 07483e3ce0e4f9588a2ddd3f26c6145d9496433a Mon Sep 17 00:00:00 2001 From: uo277310 Date: Wed, 1 May 2024 16:38:31 +0200 Subject: [PATCH] Arreglo direcciones --- .github/workflows/release.yml | 2 +- gatewayservice/.env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6bbbd5d..ea78a03b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: registry: ghcr.io workdir: questions/recordservice docker-push-rankingservice: - name: Push record service Docker Image to GitHub Packages + name: Push ranking service Docker Image to GitHub Packages runs-on: ubuntu-latest permissions: contents: read diff --git a/gatewayservice/.env b/gatewayservice/.env index 03172f14..f44cb328 100644 --- a/gatewayservice/.env +++ b/gatewayservice/.env @@ -1,2 +1,2 @@ -PROD_URL_3000=http://51.142.17.139/:3000 -PROD_URL_8000=http://51.142.17.139/:8000 \ No newline at end of file +PROD_URL_3000=http://51.142.17.139:3000 +PROD_URL_8000=http://51.142.17.139:8000 \ No newline at end of file