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