Skip to content

Commit

Permalink
fix aks release
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Nov 10, 2020
1 parent 634bae8 commit f1169e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
https://code.benco.io/helm-charts/webapp-1.2.0.tgz \
--install \
--namespace ${{ env.HELM_NAMESPACE }} \
--values ./kubernetes/app.yaml \
--values ./kubernetes/aks-live.yaml \
--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 }}
- name: "End deployment - failure"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI Build App
on:
push:
branches: [master]
paths-ignore:
- ".github/**"
pull_request:

env:
Expand Down

0 comments on commit f1169e3

Please sign in to comment.