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