Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1169e3

Browse files
committed
fix aks release
1 parent 634bae8 commit f1169e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cd-release-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
https://code.benco.io/helm-charts/webapp-1.2.0.tgz \
6262
--install \
6363
--namespace ${{ env.HELM_NAMESPACE }} \
64-
--values ./kubernetes/app.yaml \
64+
--values ./kubernetes/aks-live.yaml \
6565
--set image.tag=${{ github.event.inputs.IMAGE_TAG }},image.repository=${{ env.IMAGE_REG }}/${{ env.IMAGE_REPO }},env.AAD_REDIRECT_URL_BASE=https://${{ env.INGRESS_DNS_HOST }},ingress.host=${{ env.INGRESS_DNS_HOST }}
6666
6767
- name: "End deployment - failure"

.github/workflows/ci-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI Build App
33
on:
44
push:
55
branches: [master]
6+
paths-ignore:
7+
- ".github/**"
68
pull_request:
79

810
env:

0 commit comments

Comments
 (0)