FIX HOST PORT
All checks were successful
dev test / test (push) Successful in 6s
dev test / vulnCheck (push) Successful in 12s
dev test / Ci-Lint (push) Successful in 26s
${{ github.actor }} executed Build Push Prod / build (push) Successful in 3m12s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 19s

This commit is contained in:
maximo tejeda 2024-12-03 22:48:07 -04:00
parent b8265eef0c
commit 745a74de61

View File

@ -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