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