Skip to content

Commit

Permalink
workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
nc2U committed May 22, 2024
1 parent 1c2f997 commit 3d118ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
--set global.emailDefaultSender=${{ secrets.EMAIL_DEFAULT_SENDER }} \
--set 'nginx.ingress.tls[0].hosts[0]'=${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.tls[0].hosts[1]'=www.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.tls[0].hosts[2]'=api.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.tls[0].hosts[3]'=info.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.tls[0].hosts[2]'=store.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.tls[0].hosts[3]'=mail.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[0].host'=${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[1].host'=www.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[2].host'=api.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[3].host'=info.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[2].host'=store.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[3].host'=mail.${{ secrets.DOMAIN_NAME }} \
--set 'nginx.ingress.hosts[0].paths[0].path'=/ \
--set 'nginx.ingress.hosts[0].paths[0].pathType'=ImplementationSpecific \
--set 'nginx.ingress.hosts[1].paths[0].path'=/ \
Expand Down

0 comments on commit 3d118ad

Please sign in to comment.