ADD port and host
All checks were successful
dev test / test (push) Successful in 7s
dev test / vulnCheck (push) Successful in 17s
dev test / Ci-Lint (push) Successful in 10s
${{ github.actor }} executed Build Push Prod / build (push) Successful in 3m12s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 17s

This commit is contained in:
maximo tejeda 2024-12-03 22:41:26 -04:00
parent edd02366ca
commit b8265eef0c

View File

@ -82,6 +82,8 @@ jobs:
env: env:
IMAGE: "${{ steps.repo-url.outputs.repourl }}/${{ github.repository }}:${{ github.ref_name }}" IMAGE: "${{ steps.repo-url.outputs.repourl }}/${{ github.repository }}:${{ github.ref_name }}"
REPONAME: "${{ steps.repo-url.outputs.repoName }}" REPONAME: "${{ steps.repo-url.outputs.repoName }}"
PORT: "${{ vars.APPLICATION_PORT }}"
HOST: "${{ vars.DOLLAR_SERVICE_URL }}"
run: | run: |
envsubst < k8s/deployment.yml.template > k8s/deployment.yml envsubst < k8s/deployment.yml.template > k8s/deployment.yml
- name: Download kubectl - name: Download kubectl