From b8265eef0c4b3d95893beaa172255426d8cd8aeb Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 3 Dec 2024 22:41:26 -0400 Subject: [PATCH] ADD port and host --- .github/workflows/image_creation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image_creation.yml b/.github/workflows/image_creation.yml index 896f256..a368284 100644 --- a/.github/workflows/image_creation.yml +++ b/.github/workflows/image_creation.yml @@ -82,6 +82,8 @@ jobs: env: 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 }}" run: | envsubst < k8s/deployment.yml.template > k8s/deployment.yml - name: Download kubectl