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
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:
parent
b8265eef0c
commit
745a74de61
2
.github/workflows/image_creation.yml
vendored
2
.github/workflows/image_creation.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
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 }}"
|
PORT: "${{ vars.APPLICATION_PORT }}"
|
||||||
HOST: "${{ vars.DOLLAR_SERVICE_URL }}"
|
HOST: "${{ vars.APPLICATION_HOST }}"
|
||||||
run: |
|
run: |
|
||||||
envsubst < k8s/deployment.yml.template > k8s/deployment.yml
|
envsubst < k8s/deployment.yml.template > k8s/deployment.yml
|
||||||
- name: Download kubectl
|
- name: Download kubectl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user