From 745a74de61d7b44ea43b834c287438e100c9546a Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 3 Dec 2024 22:48:07 -0400 Subject: [PATCH] FIX HOST PORT --- .github/workflows/image_creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_creation.yml b/.github/workflows/image_creation.yml index a368284..2a04dc9 100644 --- a/.github/workflows/image_creation.yml +++ b/.github/workflows/image_creation.yml @@ -83,7 +83,7 @@ jobs: IMAGE: "${{ steps.repo-url.outputs.repourl }}/${{ github.repository }}:${{ github.ref_name }}" REPONAME: "${{ steps.repo-url.outputs.repoName }}" PORT: "${{ vars.APPLICATION_PORT }}" - HOST: "${{ vars.DOLLAR_SERVICE_URL }}" + HOST: "${{ vars.APPLICATION_HOST }}" run: | envsubst < k8s/deployment.yml.template > k8s/deployment.yml - name: Download kubectl