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
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:
parent
edd02366ca
commit
b8265eef0c
2
.github/workflows/image_creation.yml
vendored
2
.github/workflows/image_creation.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user